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