Skip to content

Commit

Permalink
文档内容更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ben0oil1 committed Mar 7, 2024
1 parent cd0fc2d commit ffebe6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 58 deletions.
65 changes: 7 additions & 58 deletions On-Termux-Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@ pip install uvicorn matplotlib fastapi einops ffmpeg-python
手机Ubuntu环境中的目录情况:
```
root@localhost:/data/data/com.termux/files/home/storage/shared/GPT-SoVITS-Server# tree ./
./
├── 000.wav
root@localhost:/data/data/com.termux/files/home/storage/shared/GPT-SoVITS-Server# tree .
.
├── AR
│   ├── data
│   │   ├── bucket_sampler.py
Expand All @@ -184,11 +183,6 @@ root@localhost:/data/data/com.termux/files/home/storage/shared/GPT-SoVITS-Server
│   ├── __init__.py
│   ├── models
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── t2s_lightning_module.cpython-310.pyc
│   │   │   ├── t2s_model.cpython-310.pyc
│   │   │   └── utils.cpython-310.pyc
│   │   ├── t2s_lightning_module.py
│   │   ├── t2s_model.py
│   │   └── utils.py
Expand All @@ -199,19 +193,8 @@ root@localhost:/data/data/com.termux/files/home/storage/shared/GPT-SoVITS-Server
│   │   ├── lr_schedulers.py
│   │   ├── optim.py
│   │   ├── patched_mha_with_cache.py
│   │   ├── __pycache__
│   │   │   ├── activation.cpython-310.pyc
│   │   │   ├── embedding.cpython-310.pyc
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── lr_schedulers.cpython-310.pyc
│   │   │   ├── optim.cpython-310.pyc
│   │   │   ├── patched_mha_with_cache.cpython-310.pyc
│   │   │   ├── scaling.cpython-310.pyc
│   │   │   └── transformer.cpython-310.pyc
│   │   ├── scaling.py
│   │   └── transformer.py
│   ├── __pycache__
│   │   └── __init__.cpython-310.pyc
│   ├── text_processing
│   │   ├── __init__.py
│   │   ├── phonemizer.py
Expand Down Expand Up @@ -239,49 +222,19 @@ root@localhost:/data/data/com.termux/files/home/storage/shared/GPT-SoVITS-Server
├── feature_extractor
│   ├── cnhubert.py
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── cnhubert.cpython-310.pyc
│   │   ├── __init__.cpython-310.pyc
│   │   └── whisper_enc.cpython-310.pyc
│   └── whisper_enc.py
├── ffmpeg
├── fm-test.py
├── _lib
│   ├── attentions.py
│   ├── cnhubert.py
│   ├── commons.py
│   ├── core_vq.py
│   ├── mel_processing.py
│   ├── models.py
│   ├── modules.py
│   ├── mrte_model.py
│   ├── __pycache__
│   │   ├── attentions.cpython-310.pyc
│   │   ├── attentions.cpython-39.pyc
│   │   ├── commons.cpython-310.pyc
│   │   ├── commons.cpython-39.pyc
│   │   ├── core_vq.cpython-310.pyc
│   │   ├── core_vq.cpython-39.pyc
│   │   ├── mel_processing.cpython-310.pyc
│   │   ├── mel_processing.cpython-39.pyc
│   │   ├── models.cpython-310.pyc
│   │   ├── models.cpython-39.pyc
│   │   ├── modules.cpython-310.pyc
│   │   ├── modules.cpython-39.pyc
│   │   ├── mrte_model.cpython-310.pyc
│   │   ├── mrte_model.cpython-39.pyc
│   │   ├── quantize.cpython-310.pyc
│   │   ├── quantize.cpython-39.pyc
│   │   ├── transforms.cpython-310.pyc
│   │   ├── transforms.cpython-39.pyc
│   │   └── utils.cpython-310.pyc
│   ├── quantize.py
│   ├── transforms.py
│   └── utils.py
├── LICENSE
├── __pycache__
│   ├── server.cpython-310.pyc
│   └── utils.cpython-310.pyc
├── README.md
│   └── transforms.py
├── requirements.txt
├── server.py
├── text
Expand All @@ -291,13 +244,9 @@ root@localhost:/data/data/com.termux/files/home/storage/shared/GPT-SoVITS-Server
│   ├── cmudict.rep
│   ├── __init__.py
│   ├── opencpop-strict.txt
│   ├── __pycache__
│   │   ├── chinese.cpython-310.pyc
│   │   ├── cleaner.cpython-310.pyc
│   │   ├── __init__.cpython-310.pyc
│   │   ├── symbols.cpython-310.pyc
│   │   └── tone_sandhi.cpython-310.pyc
│   ├── symbols.py
│   └── tone_sandhi.py
└── utils.py
```

16 directories, 57 files
```
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# GPT-SoVITS-Server

> 我在一台realme手机上运行了这个项目!
>
> 如果是ubuntu上进行推理的话,你也可以看[这里](./On-Termux-Ubuntu.md)

下面的废话基本没有必要看

----
Expand Down

0 comments on commit ffebe6b

Please sign in to comment.