Instructions to use tsinghua-ee/video-SALMONN-2_plus_72B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tsinghua-ee/video-SALMONN-2_plus_72B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("output/72b_audio_align_winqf0_5s_Ls960Com_AcSl_bs8ep5_LargerQF/checkpoint-30510") model = PeftModel.from_pretrained(base_model, "tsinghua-ee/video-SALMONN-2_plus_72B") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!