MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / needsGPUCountPhase

Method needsGPUCountPhase

tui/modify.go:507–509  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

505}
506
507func (m modifyModel) needsGPUCountPhase() bool {
508 return m.specs.NeedsGPUCountPhase(m.config.GPUType)
509}
510
511func (m modifyModel) getCurrentGPUCountCursorPosition() int {
512 currentNumGPUs, _ := strconv.Atoi(m.currentInstance.NumGPUs)

Callers 2

initModifyStepMethod · 0.95
UpdateMethod · 0.95

Calls 1

NeedsGPUCountPhaseMethod · 0.80

Tested by

no test coverage detected