mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-01 17:16:51 +00:00
changed to gpu 0(first GPU)
For me GPU0 is a 3080 and GPU1 is a 4090 others may only have one GPU
This commit is contained in:
@@ -50,7 +50,7 @@ services:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
device_ids: ['1']
|
||||
device_ids: ['0']
|
||||
capabilities: [gpu]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user