Metadata-Version: 2.1
Name: cosyvoice_package
Version: 0.0.3
Summary: cosyvoice package by xp
Author-email: xp <1426813058@qq.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: hydra-core==1.3.2
Requires-Dist: HyperPyYAML==1.2.2
Requires-Dist: inflect==7.3.1
Requires-Dist: librosa==0.10.2
Requires-Dist: pyarrow==17.0.0
Requires-Dist: omegaconf==2.3.0
Requires-Dist: onnx==1.16.0
Requires-Dist: onnxruntime==1.16.0
Requires-Dist: openai-whisper==20231117
Requires-Dist: soundfile==0.12.1
Requires-Dist: WeTextProcessing==1.0.3
Requires-Dist: matcha-tts-package==0.0.3
Requires-Dist: pillow==9.0.0

!!!!! Warning: Provided unofficially and for author use only !!!!!   

before pip install:
conda install -y -c conda-forge pynini==2.1.5

after pip install:
conda install pytorch torchvision torchaudio pillow==9.0.0 pytorch-cuda=12.4 -c pytorch -c nvidia
conda install pytorch==2.0.1 torchvision==0.15.2 pillow==9.0.0 torchaudio==2.0.2 pytorch-cuda=11.7 -c pytorch -c nvidia

mkdir pretrained_models
git clone https://www.modelscope.cn/iic/CosyVoice-300M.git pretrained_models/CosyVoice-300M
git clone https://www.modelscope.cn/iic/CosyVoice-300M-SFT.git pretrained_models/CosyVoice-300M-SFT
