"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "a43c388abb949215f3f3735f19417b939eeced1b"
Unverified Commit fa0ae179 authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

[`Doc`] Fix int8 docs (#21487)

fix int8 docs
parent 1e4cf8bb
......@@ -40,7 +40,7 @@ Below are some notes to help you use this module, or follow the demos on [Google
### Requirements
- Make sure you run on NVIDIA GPUs that support 8-bit tensor cores (Turing, Ampere or newer architectures - e.g. T4, RTX20s RTX30s, A40-A100).
- If you have `bitsandbytes<0.37.0`, make sure you run on NVIDIA GPUs that support 8-bit tensor cores (Turing, Ampere or newer architectures - e.g. T4, RTX20s RTX30s, A40-A100). For `bitsandbytes>=0.37.0`, all GPUs should be supported.
- Install the correct version of `bitsandbytes` by running:
`pip install bitsandbytes>=0.31.5`
- Install `accelerate`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment