Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
#transformers==4.48.3
|
| 3 |
accelerate==1.2.1
|
| 4 |
-
# via llama-2-13b-chat (pyproject.toml)
|
| 5 |
aiofiles==23.2.1
|
| 6 |
-
# via gradio
|
| 7 |
annotated-types==0.7.0
|
| 8 |
-
# via pydantic
|
| 9 |
anyio==4.8.0
|
| 10 |
# via
|
| 11 |
# gradio
|
|
|
|
| 1 |
+
# copied from https://huggingface.co/spaces/ahmed-masry/ALLaM-Instruct/blob/main/requirements.txt
|
| 2 |
torch
|
| 3 |
#transformers==4.48.3
|
| 4 |
accelerate==1.2.1
|
|
|
|
| 5 |
aiofiles==23.2.1
|
|
|
|
| 6 |
annotated-types==0.7.0
|
|
|
|
| 7 |
anyio==4.8.0
|
| 8 |
# via
|
| 9 |
# gradio
|