-
### 🐛 Describe the bug
I ran the following code:
```
git clone https://github.com/myshell-ai/MeloTTS.git
cd MeloTTS
pip install -e .
python -m unidic download
cd melo
python preprocess_text.…
-
# Trending repositories for C#
1. [**buybackoff / 1brc**](https://github.com/buybackoff/1brc)
35 stars today | 193 stars | 19 forks | `C#`
2. [**dotnet / maui**](https…
-
# Trending repositories for C#
1. [**dotnet / maui**](https://github.com/dotnet/maui)
__.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applica…
-
-
# Trending repositories for C#
1. [**MonoGame / MonoGame**](https://github.com/MonoGame/MonoGame)
__One framework for creating powerful cross-platform games.__
24 stars t…
-
**例行检查**
[//]: # (方框内删除已有的空格,填 x 号)
+ [x] 我已确认目前没有类似 issue
+ [x] 我已确认我已升级到最新版本
+ [x] 我已完整查看过项目 README,已确定现有版本无法满足需求
+ [x] 我理解并愿意跟进此 issue,协助测试和提供反馈
+ [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue…
-
# Trending repositories for C#
1. [**buybackoff / 1brc**](https://github.com/buybackoff/1brc)
179 stars today | 289 stars | 27 forks | `C#`
2. [**microsoft / PowerToys…
-
Hello p0p4k,
I've begun training a PFlow Korean model using the code you shared. However, I encountered a nan loss during the training process. I used a publicly available Korean dataset and struct…
-
Hi, I tried to export the model to JIT script but got this error:
reversed(Tensor 0) -> (Tensor 0):
Expected a value of type 'Tensor' for argument '0' but instead found type '__torch__.torch.nn.modu…
-
好像碰到了奇怪的爆炸问题是😂
目前已经成功跑通了一个LLM和一个TTS
两个模型单独运行的时候,都没有问题
一旦同时运行(SOC模式)会导致两边同时崩溃,并且没重启之前无法再次加载任何模型
请问这种问题应该如何解决?需要用两块板卡来实现双模型运行吗?还是说需要拆分程序的运行逻辑?