mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 12:00:46 +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:
|
reservations:
|
||||||
devices:
|
devices:
|
||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
device_ids: ['1']
|
device_ids: ['0']
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user