multimodalart HF staff commited on
Commit
1821e50
1 Parent(s): 11afe3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -310,12 +310,12 @@ def start_training(
310
  -huggingface_hub
311
  torch
312
  git+https://github.com/huggingface/diffusers@c05d71be04345b18a5120542c363f6e4a3f99b05
313
- transformers
314
- accelerate
315
- safetensors
316
- prodigyopt
317
- hf-transfer
318
- git+https://github.com/huggingface/datasets.git
319
  git+https://github.com/huggingface/huggingface_hub.git@8d052492fe0059c606c1a48d7a914b15b64a834d'''
320
  file_path = f'{spacerunner_folder}/requirements.txt'
321
  with open(file_path, 'w') as file:
 
310
  -huggingface_hub
311
  torch
312
  git+https://github.com/huggingface/diffusers@c05d71be04345b18a5120542c363f6e4a3f99b05
313
+ transformers==4.36.2
314
+ accelerate==0.24.1
315
+ safetensors==0.4.1
316
+ prodigyopt==1.0
317
+ hf-transfer==0.1.4
318
+ git+https://github.com/huggingface/datasets.git@3f149204a2a5948287adcade5e90707aa5207a92
319
  git+https://github.com/huggingface/huggingface_hub.git@8d052492fe0059c606c1a48d7a914b15b64a834d'''
320
  file_path = f'{spacerunner_folder}/requirements.txt'
321
  with open(file_path, 'w') as file: