Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,13 @@ language:
|
|
16 |
*This model was trained by Meforgers for the futuristic projects.*
|
17 |
|
18 |
- # *Firstly*
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
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 |
|