Skip to content

Commit 156ca12

Browse files
[Bug] Several issues with vastai provider #142 #2566 (passing cuda_max_good and compute_cap)
1 parent 52d113f commit 156ca12

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/dstack/_internal/core/backends/vastai

src/dstack/_internal/core/backends/vastai/compute.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def __init__(self, config: VastAIConfig):
4343
"reliability2": {"gte": 0.9},
4444
"inet_down": {"gt": 128},
4545
"verified": {"eq": True},
46-
"cuda_max_good": {"gte": 11.8},
46+
"cuda_max_good": {"gte": 12.1},
47+
"compute_cap": {"gte": 600},
4748
}
4849
)
4950
)

0 commit comments

Comments
 (0)