Update README.md
Browse files
README.md
CHANGED
@@ -17,14 +17,17 @@ tags:
|
|
17 |
*This model was trained by Meforgers for the futuristic projects.*
|
18 |
|
19 |
- # *Firstly*
|
20 |
-
|
|
|
|
|
21 |
```python
|
22 |
pip install "unsloth[cu118-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
23 |
pip install "unsloth[cu121-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
24 |
pip install "unsloth[cu118-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
25 |
pip install "unsloth[cu121-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
26 |
```
|
27 |
-
|
|
|
28 |
- # *Usage*
|
29 |
|
30 |
```python
|
|
|
17 |
*This model was trained by Meforgers for the futuristic projects.*
|
18 |
|
19 |
- # *Firstly*
|
20 |
+
|
21 |
+
|
22 |
+
-If u want to use unsloth; For Pytorch 2.3.0: Use the "ampere" path for newer RTX 30xx GPUs or higher.
|
23 |
```python
|
24 |
pip install "unsloth[cu118-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
25 |
pip install "unsloth[cu121-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
26 |
pip install "unsloth[cu118-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
27 |
pip install "unsloth[cu121-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
28 |
```
|
29 |
+
-Also you can use another system
|
30 |
+
|
31 |
- # *Usage*
|
32 |
|
33 |
```python
|