ltest bug fixes

This commit is contained in:
Wolfang Torres
2026-06-30 23:34:31 +08:00
parent 977bb422c0
commit 04fd4cef89
3 changed files with 16 additions and 3 deletions

View File

@@ -14,9 +14,17 @@ creates anki hsk decks from a list of words
## Installation
```console
git clone https://github.com/resemble-ai/chatterbox
install qwen models https://github.com/QwenLM/Qwen3-TTS
modelscope download --model Qwen/Qwen3-TTS-12Hz-0.6B-CustomVoice --local_dir ./Qwen3-TTS-12Hz-0.6B-CustomVoice
git clone https://gitea.wolfang.info.ve/wolfang/anki-hsk-creator
install cuda 13.2 https://developer.nvidia.com/cuda-downloads
install pythorch for cuda 13.2 https://pytorch.org/get-started/locally/
git clone https://gitea.wolfang.info.ve/wolfang/anki-hsk-creator-data
set local .env file
HF_TOKEN =
DATA_FOLDER =
GWEN_FOLDER =
ARGOS_DEVICE_TYPE = auto
```
## License