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