Meforgers commited on
Commit
ae31c5c
·
verified ·
1 Parent(s): 2dc78f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -16,8 +16,13 @@ language:
16
  *This model was trained by Meforgers for the futuristic projects.*
17
 
18
  - # *Firstly*
19
-
20
- - Need to install packages
 
 
 
 
 
21
 
22
  - # *Usage*
23
 
 
16
  *This model was trained by Meforgers for the futuristic projects.*
17
 
18
  - # *Firstly*
19
+ -For Pytorch 2.3.0: Use the "ampere" path for newer RTX 30xx GPUs or higher.
20
+ ```python
21
+ pip install "unsloth[cu118-torch230] @ git+https://github.com/unslothai/unsloth.git"
22
+ pip install "unsloth[cu121-torch230] @ git+https://github.com/unslothai/unsloth.git"
23
+ pip install "unsloth[cu118-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
24
+ pip install "unsloth[cu121-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
25
+ ```
26
 
27
  - # *Usage*
28