Spaces:
Runtime error
Runtime error
Commit
·
d714ad0
1
Parent(s):
4beafd2
CaesarFrenchLLM first test
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
absl-py==1.4.0
|
2 |
-
accelerate
|
3 |
aiofiles==23.2.1
|
4 |
aiohttp==3.8.5
|
5 |
aiosignal==1.3.1
|
@@ -99,7 +99,7 @@ typing_extensions==4.7.1
|
|
99 |
tzdata==2023.3
|
100 |
urllib3==2.0.4
|
101 |
uvicorn==0.23.2
|
102 |
-
vigogne
|
103 |
wandb==0.15.9
|
104 |
websockets==11.0.3
|
105 |
xxhash==3.3.0
|
|
|
1 |
absl-py==1.4.0
|
2 |
+
accelerate #@ git+https://github.com/huggingface/accelerate.git@7befe580c2393b0a3d75a8aa75af79b8e57f84a4
|
3 |
aiofiles==23.2.1
|
4 |
aiohttp==3.8.5
|
5 |
aiosignal==1.3.1
|
|
|
99 |
tzdata==2023.3
|
100 |
urllib3==2.0.4
|
101 |
uvicorn==0.23.2
|
102 |
+
vigogne #@ git+https://github.com/bofenghuang/vigogne@76e1cd0b35fd4f9e360aecdf7130c998459df0ff
|
103 |
wandb==0.15.9
|
104 |
websockets==11.0.3
|
105 |
xxhash==3.3.0
|