Views
No views yet
turnguide_loss_3_1turnguide_loss_3_1 is a GLM-4-Voice-based checkpoint for TurnGuide inference. It is one of two released TurnGuide checkpoints:--model-path.1git clone https://github.com/dreamtheater123/TurnGuide.git
2cd TurnGuide1conda env create -f environment.yml
2conda activate turnguide1Python 3.10.16
2PyTorch 2.5.0
3CUDA 12.1
4torchaudio 2.5.0
5transformers 4.44.1git clone https://huggingface.co/zai-org/glm-4-voice-decoder1python turnguide_inference.py \
2 --input-audio path/to/input.wav \
3 --model-path qqjz/turnguide_loss_3_1 \
4 --tokenizer-path zai-org/glm-4-voice-tokenizer \
5 --flow-path ./glm-4-voice-decoder \
6 --output-dir ./turnguide_demo_output--model-path qqjz/turnguide_loss_3_1 with --model-path qqjz/turnguide_loss_2_1.assistant.wav: generated assistant-channel speechstereo_user_left_assistant_right.wav: stereo audio with user speech on the left channel and assistant speech on the right channeltrust_remote_code=True.1@article{turnguide2026,
2 title={TurnGuide: Enhancing Meaningful Full Duplex Spoken Interactions via Dynamic Turn-Level Text-Speech Interleaving},
3 author={Cui, Wenqian and Zhu, Lei and Li, Xiao-Hui and Guo, Zhihan and Bai, Haoli and Hou, Lu and King, Irwin},
4 journal={arXiv preprint arXiv:2508.07375},
5 year={2026}
6}