-
Is there a way to force which GPU CPAI runs on? I've used CUDA_VISIBLE_DEVICES in Windows but it doesn't seem to have any effect (models appear to run on the GPU I wish to exclude). Additionally, does…
-
Does tomosipo support multiple-GPU usage like the ASTRA toolbox ?
-
How to run on 2 T4 GPUs simultaneously ?
-
I am currently using two GPUs for training, but I keep encountering training errors.
* Number of GPUs: 2
lr = 2.0e-04: 0%| …
-
In ensemble mode, is it possible to set instance_group gpus: [0,1,2,3] in the config.pbtxt so that the pipeline runs in the following manner: preprocessing (GPU0) ---> inference (GPU0), preprocessing …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Are there plans to support multiple GPUs. Currently when I run app.py (passing in --device cuda) I receive an OOM, even though my second GPU is completely empty
-
### Description of the bug | 错误描述
- service已启动
- client报错
![image](https://github.com/user-attachments/assets/a34cbb3a-3f65-4b18-89ee-4659f22708a2)
![image](https://github.com/user-attachments…
-
Is there a way to run this on Multiple GPUs. Or run different nodes on different RTX A6000 GPUs?
Looking to generate longer videos. Thanks.
-
I have 2x 4090, is it possible to have this model run across multiple gpus, or offload the kv cache to another cuda device? I'm fairly certain its the kv_cache being offloaded to cpu thats causing it …