Skip to content

Commit

Permalink
provision vast add countries
Browse files Browse the repository at this point in the history
  • Loading branch information
ryichando committed Jan 13, 2025
1 parent 60eb9fe commit 2015b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vast/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ query+="gpu_name=$GPU_NAME " # GPU
query+="driver_version >= 520.000.00 " # driver version (520 minimum)
query+="cuda_vers >= 11.8 " # cuda version
query+="compute_cap >= 750 " # compute capability
query+="geolocation in [US] " # country
query+="geolocation in [US,CA,JP,TW,HK] " # country
query+="rentable=True " # rentable only
query+="verified=True " # verified by vast.ai
query+="disk_space >= $DISK_SPACE " # available disk space
Expand Down

0 comments on commit 2015b78

Please sign in to comment.