We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vastai
cuda_max_good
compute_cap
1 parent 52d113f commit 156ca12Copy full SHA for 156ca12
1 file changed
src/dstack/_internal/core/backends/vastai/compute.py
@@ -43,7 +43,8 @@ def __init__(self, config: VastAIConfig):
43
"reliability2": {"gte": 0.9},
44
"inet_down": {"gt": 128},
45
"verified": {"eq": True},
46
- "cuda_max_good": {"gte": 11.8},
+ "cuda_max_good": {"gte": 12.1},
47
+ "compute_cap": {"gte": 600},
48
}
49
)
50
0 commit comments