You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ This project builds and packages the [GAMS](https://gams.com/) and [GAMSPy](http
21
21
22
22
More specifically, the files from the CUDA runtime needed are
23
23
```
24
-
libnvJitLink.so.12
25
-
libcusolver.so.11
26
-
libcurand.so.10
27
-
libcusparse.so.12
28
-
libcublasLt.so.12
29
24
libcublas.so.12
25
+
libcublasLt.so.12
26
+
libcudss.so.0
27
+
libcurand.so.10
28
+
libcusolver.so.11
29
+
libnvJitLink.so.12
30
30
```
31
31
and can be installed e.g. via `pip install --extra-index-url=https://pypi.nvidia.com cuopt-cu12==25.5.* nvidia-cuda-runtime-cu12==12.8.* nvidia-nvjitlink-cu12` into a Python environment.
0 commit comments