-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
dstackai/gpuhunt
#103Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
- Set up a config
resources:
gpu: A6000:2
- Run
dstack apply -f examples/.dstack.yml -b runpod --on-demand
Output:
# BACKEND REGION INSTANCE RESOURCES SPOT PRICE
1 runpod EU-SE-1 NVIDIA RTX A6000 18xCPU, 100GB, 2xA6000 (48GB), 100.0GB (disk) no $0.98
2 runpod EU-SE-1 NVIDIA RTX A6000 18xCPU, 100GB, 2xA6000 (48GB), 100.0GB (disk) no $1.52
-
Say
n(cancel) -
Run
dstack apply -f examples/.dstack.yml -b runpod --on-demand --max-price 1
Output:
# BACKEND REGION INSTANCE RESOURCES SPOT PRICE
1 runpod EU-SE-1 NVIDIA RTX A6000 18xCPU, 100GB, 2xA6000 (48GB), 100.0GB (disk) no $0.98
- Say
y(confirm)
Actual behaviour
It creates an instance that costs $1.52
UPD: yet it believes that it actually created the $0.98 instance:
> dstack ps
NAME BACKEND REGION RESOURCES SPOT PRICE STATUS SUBMITTED
heavy-mouse-1 runpod EU-SE-1 18xCPU, 100GB, 2xA6000 (48GB), 100.0GB (disk) no $0.98 running 1 min agoExpected behaviour
It should only allow to use the instance that costs $0.98
dstack version
master
Server logs
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working