Meforgers commited on
Commit
dd683bd
1 Parent(s): 00a9ebe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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 u want to use unsloth; For Pytorch 2.3.0: Use the "ampere" path for newer RTX 30xx GPUs or higher.
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