Instructions to use CQILAB/model_qvlm8b-codegen-expert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CQILAB/model_qvlm8b-codegen-expert with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen3-vl-8b-instruct") model = PeftModel.from_pretrained(base_model, "CQILAB/model_qvlm8b-codegen-expert") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
fcf286a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:af560c5e5807192776a9f72a0ea33c9331816d9c59af61e02bdf766f8a2a97fb
size 11422922
|