Replies: 2 comments
-
Hi Tell me please , your code is wotking ? !apt-get -y update !apt-get -y install cuda-toolkit-11-8 import os os.environ["LD_LIBRARY_PATH"] += ":" + "/usr/local/cuda-11/lib64" os.environ["LD_LIBRARY_PATH"] += ":" + "/usr/local/cuda-11.8/lib64" !git clone https://github.com/IllNoobis/Dinosaur.git %cd Dinosaur !mv config_colab.yaml config.yaml !pip install -r requirements.txt !python run.py |
Beta Was this translation helpful? Give feedback.
-
It's possible to have multiple instances running, each on another gpu by specifying the cuda device id to run on, e.g. |
Beta Was this translation helpful? Give feedback.
-
I believe it's been posted somewhere that you cannot run one instance on 2 gpus to speed it up, so this could be something that could be added, it would be better for those with extra gpus and people on Kaggle and such...
Beta Was this translation helpful? Give feedback.
All reactions