Instructions to use CQILAB/model_qvlm7b-codegen-expert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CQILAB/model_qvlm7b-codegen-expert with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "CQILAB/model_qvlm7b-codegen-expert") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
4830a8c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:741c85ffe434aad73e934a73ef380c85e94cd863b8f55e1a1ad66cacb5a93dfd
size 11422164
|