操作系:win11家庭版 23H2
conda:24.1.2
Python:3.11.9
conda create -n chattts python=3.11
torch 版本 2.1.2
cuda版本 cuda_12.1.1
cuda各版本下载地址 https://developer.nvidia.com/cuda-toolkit-archive
nvidia驱动版本 531.14
pip install -r requirements.txt
pip install jupyter
conda install -c conda-forge pynini=2.1.5 && pip install nemo_text_processing
conda install -c conda-forge pynini=2.1.5 && pip install WeTextProcessing
作者默认使用的是cpu版本的torch,如果使用GPU版torch,安装如下依赖进行替换
pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121
jupyter notebook --notebook-dir=[你的项目路径]