Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
f5cae5c
1
Parent(s):
f3a6b94
Update app.py
Browse files
app.py
CHANGED
@@ -325,8 +325,8 @@ accelerate==0.25.0
|
|
325 |
safetensors==0.4.1
|
326 |
prodigyopt==1.0
|
327 |
hf-transfer==0.1.4
|
328 |
-
|
329 |
-
git+https://github.com/huggingface/
|
330 |
file_path = f'{spacerunner_folder}/requirements.txt'
|
331 |
with open(file_path, 'w') as file:
|
332 |
file.write(requirements)
|
|
|
325 |
safetensors==0.4.1
|
326 |
prodigyopt==1.0
|
327 |
hf-transfer==0.1.4
|
328 |
+
huggingface_hub==0.20.3
|
329 |
+
git+https://github.com/huggingface/datasets.git@3f149204a2a5948287adcade5e90707aa5207a92'''
|
330 |
file_path = f'{spacerunner_folder}/requirements.txt'
|
331 |
with open(file_path, 'w') as file:
|
332 |
file.write(requirements)
|