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: tests/mixed_int8/README.md
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -117,21 +117,4 @@ and you can see
117
117
118
118

119
119
120
-
If you see that the file is linked to the wrong CUDA version (here 10.2), find the correct location for `libcudart.so` (`find --name libcudart.so`) and replace the environment variable `LD_LIBRARY_PATH` with the one containing the correct `libcudart.so` file.
121
-
122
-
### If `bitsandbytes` installation breaks everything:
123
-
124
-
It happened in a previous version that after installing `bitsandbytes` and running this script:
125
-
126
-
```py
127
-
import bitsandbytes as bnb
128
-
```
129
-
130
-
we got an error:
131
-
132
-
```
133
-
major, minor, revision = ...
134
-
Too many values to unpack...
135
-
```
136
-
137
-
Re-install `bitsandbytes==0.31.8` or `bitsandbytes==0.31.5` as everything worked fine on our Docker image with those versions. In the worst case remove the [line that installs bitsandbytes on the Dockerfile](https://github.com/huggingface/transformers/blob/d6eeb871706db0d64ab9ffd79f9545d95286b536/docker/transformers-all-latest-gpu/Dockerfile#L49)
120
+
If you see that the file is linked to the wrong CUDA version (here 10.2), find the correct location for `libcudart.so` (`find --name libcudart.so`) and replace the environment variable `LD_LIBRARY_PATH` with the one containing the correct `libcudart.so` file.
0 commit comments