gabrielclark3330
commited on
Commit
•
cfd2152
1
Parent(s):
21f5cd0
Just requirements install
Browse files- README.md +0 -7
- requirements.txt +4 -1
README.md
CHANGED
@@ -7,13 +7,6 @@ sdk: gradio
|
|
7 |
sdk_version: 5.0.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
commands:
|
11 |
-
- pip install packaging
|
12 |
-
- pip install wheel
|
13 |
-
- pip install torch
|
14 |
-
- pip install git+https://github.com/Zyphra/transformers_zamba2.git
|
15 |
-
- pip install accelerate
|
16 |
-
- pip install gradio
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 5.0.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
packaging
|
2 |
wheel
|
3 |
-
torch
|
|
|
|
|
|
|
|
1 |
packaging
|
2 |
wheel
|
3 |
+
torch
|
4 |
+
git+https://github.com/Zyphra/transformers_zamba2.git
|
5 |
+
accelerate
|
6 |
+
gradio
|