mirror of
https://github.com/unslothai/unsloth
synced 2026-04-21 13:37:39 +00:00
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:
|
||||
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
|
||||
nvcc
|
||||
python -m xformers.info
|
||||
|
|
|
|||
Loading…
Reference in a new issue