Instructions to use snsnc/Seed-Coder-8B-Instruct-Rust-Strandset-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use snsnc/Seed-Coder-8B-Instruct-Rust-Strandset-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ByteDance-Seed/Seed-Coder-8B-Instruct") model = PeftModel.from_pretrained(base_model, "snsnc/Seed-Coder-8B-Instruct-Rust-Strandset-LoRA") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K