Skip to content

Multiple GPU Utilization #75

Answered by neonbjb
ben-barnard asked this question in Q&A
Discussion options

You must be logged in to vote

You can run multiple scripts in parallel by setting the CUDA_VISIBLE_DEVICES environment variable, so for example CUDA_VISIBLE_DEVICES=1 python do_tts.py will run do_tts on the 2nd GPU.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ben-barnard
Comment options

Answer selected by ben-barnard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants