Skip to content

Commit 92ab6a8

Browse files
authored
Merge pull request #119 from stas00/patch-1
improve install instructions
2 parents 1341fb4 + c5372a8 commit 92ab6a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Resources:
1212
## TL;DR
1313
**Requirements**
1414
Python >=3.8. Linux distribution (Ubuntu, MacOS, etc.) + CUDA > 10.0. LLM.int8() requires Turing or Ampere GPUs.
15+
1516
**Installation**:
1617
``pip install bitsandbytes``
1718

@@ -58,6 +59,10 @@ The bitsandbytes library is currently only supported on Linux distributions. Win
5859

5960
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.
6061

62+
To install run:
63+
64+
``pip install bitsandbytes``
65+
6166
## Using bitsandbytes
6267

6368
### Using Int8 Matrix Multiplication

0 commit comments

Comments
 (0)