Update README.md
This commit is contained in:
parent
fd729a7131
commit
5c24a3bc2e
1 changed files with 2 additions and 2 deletions
|
|
@ -150,9 +150,9 @@ pip install --no-deps packaging ninja einops flash-attn xformers trl peft accele
|
||||||
|
|
||||||
# Pre Ampere RTX 2080, T4, GTX 1080 GPUs:
|
# Pre Ampere RTX 2080, T4, GTX 1080 GPUs:
|
||||||
pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
||||||
!pip install --no-deps xformers trl peft accelerate bitsandbytes
|
pip install --no-deps xformers trl peft accelerate bitsandbytes
|
||||||
```
|
```
|
||||||
7. To troubleshoot installs try (all must succeed). Xformer should mostly all be available.
|
7. To troubleshoot installs try the below (all must succeed). Xformers should mostly all be available.
|
||||||
```bash
|
```bash
|
||||||
nvcc
|
nvcc
|
||||||
python -m xformers.info
|
python -m xformers.info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue