jeffreycai commited on
Commit
6fa581a
·
verified ·
1 Parent(s): 1056399

Use an older version of PyTorch

Browse files

Hey this soundfont generator was super fun! Looks like it broke due to a PyTorch update, though. Hopefully just using an older version of torch would get this working again.

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
- torch
3
  stable-audio-tools==0.0.16
4
  gradio==5.8.0
5
  einops
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
+ torch==2.5.1
3
  stable-audio-tools==0.0.16
4
  gradio==5.8.0
5
  einops