diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-10-09 19:31:43 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-10-09 19:31:43 -0700 |
commit | b844e104b79ddc06161ff975aa93ffa9a7ec4801 (patch) | |
tree | 1a74bf0112c0cf91694b40f55b30f9177c22a28f /README.md | |
parent | 62b6a9399de913cd83a45bb52b6bb3444e59a23b (diff) |
Updated docs (#32) and changelog.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,8 @@ Resources: - [LLM.int8() Paper](https://arxiv.org/abs/2208.07339) -- [LLM.int8() Software Blog Post](https://huggingface.co/blog/hf-bitsandbytes-integration) -- [LLM.int8() Emergent Features Blog Post](https://timdettmers.com/2022/08/17/llm-int8-and-emergent-features/) ## TL;DR +**Requirements** +Linux distribution (Ubuntu, MacOS, etc.) + CUDA >= 10.0. LLM.int8() requires Turing or Ampere GPUs. **Installation**: ``pip install bitsandbytes`` @@ -52,6 +54,8 @@ Hardware requirements: Supported CUDA versions: 10.2 - 11.7 +The bitsandbytes library is currently only supported on Linux distributions. Windows is not supported at the moment. + The requirements can best be fulfilled by installing pytorch via anaconda. You can install PyTorch by following the ["Get Started"](https://pytorch.org/get-started/locally/) instructions on the official website. ## Using bitsandbytes |