Replace unsupported facebookresearch/bitsandbytes (#20093)

With https://github.com/TimDettmers/bitsandbytes, which is by the same author and is still being updated
This commit is contained in:
Tom Aarsen
2022-11-07 14:52:03 +01:00
committed by GitHub
parent 4ab6e9e2f8
commit b8112eddec
2 changed files with 4 additions and 4 deletions

View File

@@ -703,7 +703,7 @@ We are very excited to be hosting 2 days of talks from Kensho-Technologies, Mozi
- Memory efficient training:
In case, you are getting out-of-memory errors on your GPU, we recommend to use
[bitsandbytes](https://github.com/facebookresearch/bitsandbytes) to replace the
[bitsandbytes](https://github.com/TimDettmers/bitsandbytes) to replace the
native memory-intensive Adam optimizer with the one of `bitsandbytes`. You
can simply run the script `./run_speech_recognition_ctc_bnb.py` provided in this
folder that makes use of `bitsandbytes` instead of the official one.