Instructions to use Gege24/zay-qwen7b-codem-2gpu-pathD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Gege24/zay-qwen7b-codem-2gpu-pathD with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B") model = PeftModel.from_pretrained(base_model, "Gege24/zay-qwen7b-codem-2gpu-pathD") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ff3a20f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9479047c22047670077878de944c696032b1a81049beeb6e99fbda7fb93e395a
size 11418456
|