Skip to content

Commit e16a56a

Browse files
committed
remove small part
1 parent 8e703b0 commit e16a56a

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

tests/mixed_int8/README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -117,21 +117,4 @@ and you can see
117117

118118
![Screenshot 2022-08-15 at 15.12.33.png](https://s3.amazonaws.com/moonup/production/uploads/1660569176504-62441d1d9fdefb55a0b7d12c.png)
119119

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

Comments
 (0)