Text Generation
PEFT
Rust
deepseek-r1
reasoning
cot
lora
systems-programming
kernel
c-plus-plus
unsloth
Instructions to use beatsprom/deepseek-r1-14b-systems-kernel-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use beatsprom/deepseek-r1-14b-systems-kernel-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/DeepSeek-R1-Distill-Qwen-14B") model = PeftModel.from_pretrained(base_model, "beatsprom/deepseek-r1-14b-systems-kernel-lora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!