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

Method getGPUOptions

tui/create.go:759–764  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

757}
758
759func (m createModel) getGPUOptions() []string {
760 if m.specs == nil {
761 return nil
762 }
763 return m.specs.GPUOptions()
764}
765
766func (m createModel) getMaxCursor() int {
767 switch m.step {

Callers 5

initStepMethod · 0.95
handleEnterMethod · 0.95
getMaxCursorMethod · 0.95
ViewMethod · 0.95
computePreviewPriceMethod · 0.95

Calls 1

GPUOptionsMethod · 0.80

Tested by

no test coverage detected