ASLP-lab/LLaSA_Plus

Llasa Speed Up

65

stars

9

commits

Python

primary language

Jan 18, 2026

updated

README

LLaSA+: Free Lunch for Accelerated and Streaming Llama-Based Speech Synthesis

With an additional 10% parameters, LLaSA+ achieves 1.5X faster without performance degradation compared to LLaSA

TODOs

  • Release Inference code.
  • Release Training code.
  • Release checkpoint trained on LibriTTS.
  • Release paper to Arxiv.
  • Support local deployment.
  • Support Streaming Inference.
  • Online serving on Hugging Face Space.

Checkpoint

Llasa+'s checkpoint trained on LibriTTS can be found in: https://huggingface.co/ASLP-lab/LLaSA_Plus/tree/main/llasa_plus

Inference

Following the steps below to clone the repository and install the environment.

# clone and enter the repositry
git clone https://github.com/ASLP-lab/LLaSA_Plus.git
cd LLaSA_Plus

## create python environment
conda create -n llasa+ python=3.10
conda activate llasa+

## install requirements
pip install -r requirements.txt

On Linux you can now infer by:

# Inference for text2speech
Replacing the `llama_1b_local` with a Downloaded Checkpoint
python3 inference_llasa_open.py

Training

Quick start or to view detailed fine-tuning instructions

cd training/finetune/offline_finetune
conda activate llasa+
# start fine_tuning
bash train_rms_mtp2_notcat.sh

For more information on fine-tuning, see:Fine-tuning Instructions

Data

Our models are fine_tuning on LibriTTS.

You can download original open-source speech data here. This includes LibriTTS approximately 585 hours of open-source data.

Contributors

ASLP-lab

8 commits

tiamojames

1 commits

ASLP-lab/LLaSA_Plus

Llasa Speed Up

65

stars

9

commits

Python

primary language

Jan 18, 2026

updated

README

LLaSA+: Free Lunch for Accelerated and Streaming Llama-Based Speech Synthesis

With an additional 10% parameters, LLaSA+ achieves 1.5X faster without performance degradation compared to LLaSA

TODOs

  • Release Inference code.
  • Release Training code.
  • Release checkpoint trained on LibriTTS.
  • Release paper to Arxiv.
  • Support local deployment.
  • Support Streaming Inference.
  • Online serving on Hugging Face Space.

Checkpoint

Llasa+'s checkpoint trained on LibriTTS can be found in: https://huggingface.co/ASLP-lab/LLaSA_Plus/tree/main/llasa_plus

Inference

Following the steps below to clone the repository and install the environment.

# clone and enter the repositry
git clone https://github.com/ASLP-lab/LLaSA_Plus.git
cd LLaSA_Plus

## create python environment
conda create -n llasa+ python=3.10
conda activate llasa+

## install requirements
pip install -r requirements.txt

On Linux you can now infer by:

# Inference for text2speech
Replacing the `llama_1b_local` with a Downloaded Checkpoint
python3 inference_llasa_open.py

Training

Quick start or to view detailed fine-tuning instructions

cd training/finetune/offline_finetune
conda activate llasa+
# start fine_tuning
bash train_rms_mtp2_notcat.sh

For more information on fine-tuning, see:Fine-tuning Instructions

Data

Our models are fine_tuning on LibriTTS.

You can download original open-source speech data here. This includes LibriTTS approximately 585 hours of open-source data.

Contributors

ASLP-lab

8 commits

tiamojames

1 commits

Languages

Python

100.0%