Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,7 @@ tags:
|
|
14 |
- medical
|
15 |
- biology
|
16 |
- code
|
|
|
17 |
---
|
18 |
|
19 |
# Model Trained By Meforgers
|
@@ -22,11 +23,14 @@ tags:
|
|
22 |
- # *Firstly*
|
23 |
|
24 |
|
25 |
-
-If
|
26 |
```python
|
27 |
pip install "unsloth[cu118-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
|
|
28 |
pip install "unsloth[cu121-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
|
|
29 |
pip install "unsloth[cu118-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
|
|
30 |
pip install "unsloth[cu121-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
31 |
```
|
32 |
-Also you can use another system
|
|
|
14 |
- medical
|
15 |
- biology
|
16 |
- code
|
17 |
+
- space
|
18 |
---
|
19 |
|
20 |
# Model Trained By Meforgers
|
|
|
23 |
- # *Firstly*
|
24 |
|
25 |
|
26 |
+
-If you intend to use unsloth with Pytorch 1.3.0: Utilize the "ampere" path for newer RTX 30xx GPUs or higher.
|
27 |
```python
|
28 |
pip install "unsloth[cu118-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
29 |
+
|
30 |
pip install "unsloth[cu121-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
31 |
+
|
32 |
pip install "unsloth[cu118-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
33 |
+
|
34 |
pip install "unsloth[cu121-ampere-torch230] @ git+https://github.com/unslothai/unsloth.git"
|
35 |
```
|
36 |
-Also you can use another system
|