File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Install GBRL via pip:
10
10
CPU only version despite having a valid CUDA installation by setting `CUDA_ONLY=1 ` as an environment variable:
11
11
12
12
.. code-block :: console
13
+
13
14
export CPU_ONLY=1
14
15
pip install gbrl
15
16
@@ -46,7 +47,7 @@ Make sure that ``CUDA_HOME`` is set.
46
47
For integration with Microsoft Visual Studio make sure to copy the following files:
47
48
48
49
.. code-block :: console
49
-
50
+
50
51
CUDA <cuda_version>.props
51
52
CUDA <cuda_version>.targets
52
53
CUDA <cuda_version>.xml
@@ -59,6 +60,7 @@ into ``<visual studio path>\BuildTools\MSBuild\Microsoft\VC\v160\BuildCustomizat
59
60
Once GBRL is installed, verify that CUDA is enabled by running
60
61
61
62
.. code-block :: python
63
+
62
64
# Verify that GPU is visible by running
63
65
import gbrl
64
66
You can’t perform that action at this time.
0 commit comments