Spaces:
Sleeping
Sleeping
update requirements
Browse files
model/__pycache__/modeling_llamask.cpython-310.pyc
CHANGED
Binary files a/model/__pycache__/modeling_llamask.cpython-310.pyc and b/model/__pycache__/modeling_llamask.cpython-310.pyc differ
|
|
model/__pycache__/tokenizer_utils.cpython-310.pyc
CHANGED
Binary files a/model/__pycache__/tokenizer_utils.cpython-310.pyc and b/model/__pycache__/tokenizer_utils.cpython-310.pyc differ
|
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
huggingface_hub==0.22.2
|
2 |
pyyaml
|
3 |
-
transformers
|
4 |
-
torch
|
|
|
1 |
huggingface_hub==0.22.2
|
2 |
pyyaml
|
3 |
+
transformers==4.44.2
|
4 |
+
torch==1.13.1
|