From c5372a856768624127da1e7f7232edae7a70cd9b Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Thu, 5 Jan 2023 13:34:51 -0800 Subject: [PATCH] improve install instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9fa7ec9..d420e6c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Resources: ## TL;DR **Requirements** Python >=3.8. Linux distribution (Ubuntu, MacOS, etc.) + CUDA > 10.0. LLM.int8() requires Turing or Ampere GPUs. + **Installation**: ``pip install bitsandbytes`` @@ -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. +To install run: + +``pip install bitsandbytes`` + ## Using bitsandbytes ### Using Int8 Matrix Multiplication