Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/dstack/_internal/core/backends/vastai/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def __init__(self, config: VastAIConfig):
"reliability2": {"gte": 0.9},
"inet_down": {"gt": 128},
"verified": {"eq": True},
"cuda_max_good": {"gte": 11.8},
"cuda_max_good": {"gte": 12.1},
"compute_cap": {"gte": 600},
}
)
)
Expand Down
Loading