chong.zhang commited on
Commit
f6ee32e
·
1 Parent(s): 17a1048
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +2 -2
README.md CHANGED
@@ -12,6 +12,7 @@ short_description: A Unified Framework for Music, Song, Audio Generation.
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
15
  ```bash
16
  pip install flash-attn --no-build-isolation
17
  ```
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
  ```bash
17
  pip install flash-attn --no-build-isolation
18
  ```
requirements.txt CHANGED
@@ -19,8 +19,8 @@ pydantic==2.7.0
19
  rich==13.7.1
20
  soundfile==0.12.1
21
  tensorboard==2.14.0
22
- torch==2.0.1+cu118
23
- torchaudio==2.0.2+cu118
24
  uvicorn==0.30.0
25
  wget==3.2
26
  WeTextProcessing==1.0.3
 
19
  rich==13.7.1
20
  soundfile==0.12.1
21
  tensorboard==2.14.0
22
+ torch==2.0.1
23
+ torchaudio==2.0.2
24
  uvicorn==0.30.0
25
  wget==3.2
26
  WeTextProcessing==1.0.3