Spaces:
Sleeping
Sleeping
revise requirement.txt
Browse files- requirement.txt +6 -3
requirement.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
4 |
transformers
|
5 |
torch
|
|
|
1 |
+
# Upgrade pip
|
2 |
+
--upgrade pip
|
3 |
+
|
4 |
+
# Unsloth installation from GitHub
|
5 |
+
unsloth @ git+https://github.com/unslothai/unsloth.git
|
6 |
+
|
7 |
transformers
|
8 |
torch
|