Skip to content

Commit f4c69b4

Browse files
authored
ci: rent gpu server with 96GB (#746)
1 parent f9db93e commit f4c69b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark-gpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333
cancel-in-progress: true
3434

3535
env:
36-
# Vast offer search: RTX 5090, >=16 cores, >=64GB RAM, >=64GB disk, verified +
36+
# Vast offer search: RTX 5090, >=16 cores, >=96GB RAM, >=64GB disk, verified +
3737
# rentable, Blackwell-capable driver, <= cap.
3838
GPU_NAME: RTX_5090
3939
PRICE_CAP: "1"
@@ -169,7 +169,7 @@ jobs:
169169
MIN_DRIVER: "580"
170170
run: |
171171
# cpu_ram filter is in GB.
172-
QUERY="gpu_name=${GPU_NAME} num_gpus=1 cpu_cores_effective>=16 cpu_ram>=64 disk_space>=64 verified=true rentable=true cuda_max_good>=12.8 dph_total<=${PRICE_CAP}"
172+
QUERY="gpu_name=${GPU_NAME} num_gpus=1 cpu_cores_effective>=16 cpu_ram>=96 disk_space>=64 verified=true rentable=true cuda_max_good>=12.8 dph_total<=${PRICE_CAP}"
173173
echo "Query: $QUERY (+ client-side driver_version major >= $MIN_DRIVER)"
174174
# Keep only offers whose driver major >= MIN_DRIVER, then most expensive first
175175
# (within the price cap) — premium hosts have faster disks/network (quicker image
@@ -190,7 +190,7 @@ jobs:
190190
sleep "$OFFER_INTERVAL"
191191
done
192192
if [ -z "$OFFER_ID" ]; then
193-
echo "::error::No RTX 5090 offer matched after $OFFER_ATTEMPTS attempts (>=16 cores, >=64GB RAM, >=64GB disk, driver>=${MIN_DRIVER}, <= \$${PRICE_CAP}/hr)"
193+
echo "::error::No RTX 5090 offer matched after $OFFER_ATTEMPTS attempts (>=16 cores, >=96GB RAM, >=64GB disk, driver>=${MIN_DRIVER}, <= \$${PRICE_CAP}/hr)"
194194
exit 1
195195
fi
196196
echo "id=$OFFER_ID" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)