mirror of
https://github.com/jasonppy/VoiceCraft.git
synced 2025-06-05 21:49:11 +02:00
docker for inference, works on linux and windows
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"source": [
|
||||
"import os\n",
|
||||
"os.environ[\"CUDA_DEVICE_ORDER\"]=\"PCI_BUS_ID\" \n",
|
||||
"os.environ[\"CUDA_VISIBLE_DEVICES\"]=\"7\""
|
||||
"os.environ[\"CUDA_VISIBLE_DEVICES\"]=\"7\"\n",
|
||||
"os.environ[\"USER\"] = \"YOUR_USERNAME\" # TODO change this to your username"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user