kiylu's picture
add project files
b128c76
raw
history blame
5.02 kB
.dockerignore
.gitignore
.pre-commit-config.yaml
.project-root
.readthedocs.yaml
API_FLAGS.txt
LICENSE
README.md
docker-compose.dev.yml
dockerfile
dockerfile.dev
entrypoint.sh
inference.ipynb
install_env.bat
mkdocs.yml
pyproject.toml
pyrightconfig.json
run_cmd.bat
start.bat
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/build-docker-image.yml
.github/workflows/docs.yml
.github/workflows/stale.yml
docs/CNAME
docs/README.ja.md
docs/README.ko.md
docs/README.pt-BR.md
docs/README.zh.md
docs/requirements.txt
docs/assets/figs/VS_1.jpg
docs/assets/figs/VS_1_pt-BR.png
docs/assets/figs/agent_gradio.png
docs/assets/figs/diagram.png
docs/assets/figs/diagrama.png
docs/assets/figs/logo-circle.png
docs/en/finetune.md
docs/en/index.md
docs/en/inference.md
docs/en/samples.md
docs/en/start_agent.md
docs/ja/finetune.md
docs/ja/index.md
docs/ja/inference.md
docs/ja/samples.md
docs/ja/start_agent.md
docs/ko/finetune.md
docs/ko/index.md
docs/ko/inference.md
docs/ko/samples.md
docs/ko/start_agent.md
docs/pt/finetune.md
docs/pt/index.md
docs/pt/inference.md
docs/pt/samples.md
docs/pt/start_agent.md
docs/stylesheets/extra.css
docs/zh/finetune.md
docs/zh/index.md
docs/zh/inference.md
docs/zh/samples.md
docs/zh/start_agent.md
fish_speech/conversation.py
fish_speech/scheduler.py
fish_speech/tokenizer.py
fish_speech/train.py
fish_speech.egg-info/PKG-INFO
fish_speech.egg-info/SOURCES.txt
fish_speech.egg-info/dependency_links.txt
fish_speech.egg-info/requires.txt
fish_speech.egg-info/top_level.txt
fish_speech/callbacks/__init__.py
fish_speech/callbacks/grad_norm.py
fish_speech/configs/base.yaml
fish_speech/configs/firefly_gan_vq.yaml
fish_speech/configs/text2semantic_finetune.yaml
fish_speech/configs/lora/r_8_alpha_16.yaml
fish_speech/datasets/concat_repeat.py
fish_speech/datasets/semantic.py
fish_speech/datasets/vqgan.py
fish_speech/datasets/protos/text-data.proto
fish_speech/datasets/protos/text_data_pb2.py
fish_speech/datasets/protos/text_data_stream.py
fish_speech/i18n/README.md
fish_speech/i18n/__init__.py
fish_speech/i18n/core.py
fish_speech/i18n/scan.py
fish_speech/i18n/locale/en_US.json
fish_speech/i18n/locale/es_ES.json
fish_speech/i18n/locale/ja_JP.json
fish_speech/i18n/locale/ko_KR.json
fish_speech/i18n/locale/pt_BR.json
fish_speech/i18n/locale/zh_CN.json
fish_speech/models/text2semantic/__init__.py
fish_speech/models/text2semantic/lit_module.py
fish_speech/models/text2semantic/llama.py
fish_speech/models/text2semantic/lora.py
fish_speech/models/vqgan/__init__.py
fish_speech/models/vqgan/utils.py
fish_speech/models/vqgan/modules/firefly.py
fish_speech/models/vqgan/modules/fsq.py
fish_speech/text/__init__.py
fish_speech/text/clean.py
fish_speech/text/spliter.py
fish_speech/text/chn_text_norm/.gitignore
fish_speech/text/chn_text_norm/README.md
fish_speech/text/chn_text_norm/__init__.py
fish_speech/text/chn_text_norm/basic_class.py
fish_speech/text/chn_text_norm/basic_constant.py
fish_speech/text/chn_text_norm/basic_util.py
fish_speech/text/chn_text_norm/cardinal.py
fish_speech/text/chn_text_norm/date.py
fish_speech/text/chn_text_norm/digit.py
fish_speech/text/chn_text_norm/fraction.py
fish_speech/text/chn_text_norm/money.py
fish_speech/text/chn_text_norm/percentage.py
fish_speech/text/chn_text_norm/telephone.py
fish_speech/text/chn_text_norm/text.py
fish_speech/utils/__init__.py
fish_speech/utils/braceexpand.py
fish_speech/utils/context.py
fish_speech/utils/file.py
fish_speech/utils/instantiators.py
fish_speech/utils/logger.py
fish_speech/utils/logging_utils.py
fish_speech/utils/rich_utils.py
fish_speech/utils/spectrogram.py
fish_speech/utils/utils.py
fish_speech/webui/launch_utils.py
fish_speech/webui/manage.py
fish_speech/webui/css/style.css
fish_speech/webui/html/footer.html
fish_speech/webui/js/animate.js
tools/api_client.py
tools/api_server.py
tools/download_models.py
tools/e2e_webui.py
tools/extract_model.py
tools/file.py
tools/fish_e2e.py
tools/run_webui.py
tools/schema.py
tools/smart_pad.py
tools/whisper_asr.py
tools/inference_engine/__init__.py
tools/inference_engine/reference_loader.py
tools/inference_engine/utils.py
tools/inference_engine/vq_manager.py
tools/llama/build_dataset.py
tools/llama/eval_in_context.py
tools/llama/generate.py
tools/llama/merge_lora.py
tools/llama/quantize.py
tools/llama/rebuild_tokenizer.py
tools/sensevoice/README.md
tools/sensevoice/__init__.py
tools/sensevoice/auto_model.py
tools/sensevoice/fun_asr.py
tools/sensevoice/vad_utils.py
tools/server/api_utils.py
tools/server/exception_handler.py
tools/server/inference.py
tools/server/model_manager.py
tools/server/model_utils.py
tools/server/views.py
tools/server/agent/__init__.py
tools/server/agent/generate.py
tools/server/agent/generation_utils.py
tools/server/agent/pre_generation_utils.py
tools/vqgan/create_train_split.py
tools/vqgan/extract_vq.py
tools/vqgan/inference.py
tools/webui/__init__.py
tools/webui/inference.py
tools/webui/variables.py