Views
No views yet


Talk is cheap, Show you the Demo.
1# clone the repository
2git clone https://github.com/LinkSoul-AI/LLaSM
3cd LLaSM
4
5# install package
6conda create -n llasm python=3.10 -y
7conda activate llasm
8pip install --upgrade pip
9pip install -e .1export LLASM_DEVICE="cuda:0"
2python infer.py \
3 --input_audio_file PATH/TO/YOUR/AUDIO \
4 --llasm_model PATH/TO/LLaSM/MODEL \
5 --llasm_audio_tower PATH/TO/WHISPER/MODEL \
6 --llm_type "Chinese_llama2" or "baichuan" \