Instructions to use TheCoderScientist/GarudaCoder-27B-ID-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TheCoderScientist/GarudaCoder-27B-ID-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/kaggle/temp/qwen38-27b-4bit") model = PeftModel.from_pretrained(base_model, "TheCoderScientist/GarudaCoder-27B-ID-lora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
File size: 134 Bytes
bfe4abf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7bb61e7edf8713b80aeb034777083e1325ada5eab7eff3f994f342107c87a1fa
size 119892711
|