You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Resources:
10
10
-[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/)
11
11
12
12
## TL;DR
13
+
**Requirements**
14
+
Linux distribution (Ubuntu, MacOS, etc.) + CUDA >= 10.0. LLM.int8() requires Turing or Ampere GPUs.
13
15
**Installation**:
14
16
``pip install bitsandbytes``
15
17
@@ -52,6 +54,8 @@ Hardware requirements:
52
54
53
55
Supported CUDA versions: 10.2 - 11.7
54
56
57
+
The bitsandbytes library is currently only supported on Linux distributions. Windows is not supported at the moment.
58
+
55
59
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.
0 commit comments