summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index ff85fae..0115a98 100644
--- a/README.md
+++ b/README.md
@@ -43,15 +43,6 @@ To run AutoVideos:
To run AutoAudio:
`python AutoAudioGPU.py`
-If you are getting this error:
-```
-pyopencl.LogicError: Context failed: invalid value
-```
-Just uncomment (remove the # at the start of the line) the following lines in AutoAudioGPU.py, AutoImagesGPU.py, and AutoVideosGPU.py:
-```
-GPU.platform_id = -1
-```
-
Don't worry if when you run it, it gives the following message:
```