8000 GitHub - XavierJiezou/Step-Audio: step-audio service for UltraEvalAudio
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XavierJiezou/Step-Audio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step-Audio Server for UltraEval-Audio

This is the server for the UltraEval-Audio project.

Setup

git clone https://github.com/XavierJiezou/Step-Audio.git
cd Step-Audio
conda create -n step-audio python=3.11.7 -y
conda activate step-audio
pip install -r requirements.txt

Download

python download-modelscope.py

Run

CUDA_VISIBLE_DEVICES=4 HF_HOME=./checkpoints MODELSCOPE_CACHE=./checkpoints python adv_api.py \
  --tokenizer_path ./checkpoints/stepfun-ai/Step-Audio-Tokenizer \
  --tts_path ./checkpoints/stepfun-ai/Step-Audio-TTS-3B \
  --llm_path ./checkpoints/stepfun-ai/Step-Audio-Chat

Now, you can use --model step-voice in the UltraEval-Audio.

About

step-audio service for UltraEvalAudio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%
0