Spaces:
Running
Running
admin
commited on
Commit
·
6e39bfe
1
Parent(s):
19c9a9a
upd req
Browse files- README.md +3 -1
- requirements.txt +1 -2
README.md
CHANGED
@@ -11,4 +11,6 @@ license: cc-by-nc-nd-4.0
|
|
11 |
short_description: Genshin Impact & Honkai Star Rail Game Character Voice TTS
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
11 |
short_description: Genshin Impact & Honkai Star Rail Game Character Voice TTS
|
12 |
---
|
13 |
|
14 |
+
```bash
|
15 |
+
pip install torch==2.3.1+cu118 -f https://mirrors.aliyun.com/pytorch-wheels/cu118
|
16 |
+
```
|
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
torch==2.3.1
|
2 |
-
-f https://mirrors.aliyun.com/pytorch-wheels/cu118
|
3 |
modelscope[framework]==1.18
|
4 |
amfm_decompy
|
5 |
tensorboard
|
|
|
1 |
+
torch==2.3.1
|
|
|
2 |
modelscope[framework]==1.18
|
3 |
amfm_decompy
|
4 |
tensorboard
|