diff options
-rw-r--r-- | AutoAudioGPU.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AutoAudioGPU.py b/AutoAudioGPU.py index e018e93..998618a 100644 --- a/AutoAudioGPU.py +++ b/AutoAudioGPU.py @@ -1,6 +1,6 @@ import GPU -#GPU.platform_id = -1 #Remove the # at the start of the line to choose platform +GPU.platform_id = -1 #Remove the # at the start of the line to choose platform import numpy as np import random |