Instructions to use DLight1551/internlm-xcomposer-vl-7b-qinstruct-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DLight1551/internlm-xcomposer-vl-7b-qinstruct-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/petrelfs/share_data/dongxiaoyi/share_models/performance_clean") model = PeftModel.from_pretrained(base_model, "DLight1551/internlm-xcomposer-vl-7b-qinstruct-lora") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support