説明なし

Lengyue 5ae08bd43b Add dataset protobuf & parallel building 2 年 前
fish_speech 5ae08bd43b Add dataset protobuf & parallel building 2 年 前
tools 5ae08bd43b Add dataset protobuf & parallel building 2 年 前
.dockerignore 0c084ec779 Apply gradient accumulate to save memory 2 年 前
.gitignore 3099c96d2c Ignore vs code 2 年 前
.pre-commit-config.yaml f1ea577c4c [pre-commit.ci] pre-commit autoupdate 2 年 前
README.md 895ed8e748 Add new text to semantic model 2 年 前
dockerfile 895ed8e748 Add new text to semantic model 2 年 前
pyproject.toml 895ed8e748 Add new text to semantic model 2 年 前
pyrightconfig.json f7f2c03282 Support pytorch lightning 2 年 前

README.md

Fish Speech

This repo is still under construction. Please check back later.

Setup

# Basic environment setup
conda create -n fish-speech python=3.10
conda activate fish-speech
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia

# Install flash-attn (for linux)
pip3 install ninja && MAX_JOBS=4 pip3 install flash-attn --no-build-isolation

# Install fish-speech
pip3 install -e .

Credits