Unverified Commit c5372a85 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

improve install instructions

parent 1341fb44
...@@ -12,6 +12,7 @@ Resources: ...@@ -12,6 +12,7 @@ Resources:
## TL;DR ## TL;DR
**Requirements** **Requirements**
Python >=3.8. Linux distribution (Ubuntu, MacOS, etc.) + CUDA > 10.0. LLM.int8() requires Turing or Ampere GPUs. Python >=3.8. Linux distribution (Ubuntu, MacOS, etc.) + CUDA > 10.0. LLM.int8() requires Turing or Ampere GPUs.
**Installation**: **Installation**:
``pip install bitsandbytes`` ``pip install bitsandbytes``
...@@ -58,6 +59,10 @@ The bitsandbytes library is currently only supported on Linux distributions. Win ...@@ -58,6 +59,10 @@ The bitsandbytes library is currently only supported on Linux distributions. Win
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. 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.
To install run:
``pip install bitsandbytes``
## Using bitsandbytes ## Using bitsandbytes
### Using Int8 Matrix Multiplication ### Using Int8 Matrix Multiplication
......
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