Spaces:
Runtime error
Runtime error
Commit
·
4beafd2
1
Parent(s):
3f77119
CaesarFrenchLLM first test
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -57,7 +57,7 @@ orjson==3.9.5
|
|
57 |
packaging==23.1
|
58 |
pandas==2.1.0
|
59 |
pathtools==0.1.2
|
60 |
-
peft
|
61 |
Pillow==10.0.0
|
62 |
protobuf==4.24.2
|
63 |
psutil==5.9.5
|
@@ -94,7 +94,7 @@ tokenizers==0.13.3
|
|
94 |
toolz==0.12.0
|
95 |
torch==2.0.1
|
96 |
tqdm==4.66.1
|
97 |
-
transformers
|
98 |
typing_extensions==4.7.1
|
99 |
tzdata==2023.3
|
100 |
urllib3==2.0.4
|
|
|
57 |
packaging==23.1
|
58 |
pandas==2.1.0
|
59 |
pathtools==0.1.2
|
60 |
+
peft #@ git+https://github.com/huggingface/peft.git@0c9354bda98eb7f5348699e23ab752e8dca1e60e
|
61 |
Pillow==10.0.0
|
62 |
protobuf==4.24.2
|
63 |
psutil==5.9.5
|
|
|
94 |
toolz==0.12.0
|
95 |
torch==2.0.1
|
96 |
tqdm==4.66.1
|
97 |
+
transformers #@ git+https://github.com/huggingface/transformers.git@3b39b906183ed08d9961908eb73104aeea345d11
|
98 |
typing_extensions==4.7.1
|
99 |
tzdata==2023.3
|
100 |
urllib3==2.0.4
|