Spaces:
Running
Running
requi
Browse files- README.md +0 -1
- requirements.txt +3 -3
README.md
CHANGED
@@ -7,7 +7,6 @@ sdk: gradio
|
|
7 |
sdk_version: 3.41.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
python_version: 3.9
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 3.41.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,9 +1,9 @@
|
|
1 |
-
transformers
|
2 |
sentencepiece
|
3 |
tiktoken
|
4 |
icetk
|
5 |
-
torch
|
6 |
zhon
|
7 |
nltk
|
8 |
boto3
|
9 |
-
ai2-olmo
|
|
|
1 |
+
transformers==4.38.0
|
2 |
sentencepiece
|
3 |
tiktoken
|
4 |
icetk
|
5 |
+
torch==2.2.0
|
6 |
zhon
|
7 |
nltk
|
8 |
boto3
|
9 |
+
ai2-olmo==0.2.3
|