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 ...@@ -40,7 +40,7 @@ Below are some notes to help you use this module, or follow the demos on [Google
### Requirements ### 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: - Install the correct version of `bitsandbytes` by running:
`pip install bitsandbytes>=0.31.5` `pip install bitsandbytes>=0.31.5`
- Install `accelerate` - 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