mbarak commited on
Commit
d4a5323
·
1 Parent(s): 038b068

Change pytorch to 2.4 since zero gpu does not support it

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -9,4 +9,3 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  ---
11
 
 
requirements.txt CHANGED
@@ -173,9 +173,9 @@ threadpoolctl==3.5.0
173
  tiktoken==0.8.0
174
  tokenizers==0.20.3
175
  tomlkit==0.13.2
176
- torch==2.6.0
177
  torch-stoi==0.2.3
178
- torchaudio==2.6.0
179
  tqdm==4.67.1
180
  traitlets==5.14.3
181
  transformers==4.46.1
 
173
  tiktoken==0.8.0
174
  tokenizers==0.20.3
175
  tomlkit==0.13.2
176
+ torch==2.4.0
177
  torch-stoi==0.2.3
178
+ torchaudio==2.4.0
179
  tqdm==4.67.1
180
  traitlets==5.14.3
181
  transformers==4.46.1