Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
759
func
(m createModel) getGPUOptions() []string {
760
if
m.specs == nil {
761
return
nil
762
}
763
return
m.specs.GPUOptions()
764
}
765
766
func
(m createModel) getMaxCursor() int {
767
switch
m.step {
Callers
5
initStep
Method · 0.95
handleEnter
Method · 0.95
getMaxCursor
Method · 0.95
View
Method · 0.95
computePreviewPrice
Method · 0.95
Calls
1
GPUOptions
Method · 0.80
Tested by
no test coverage detected