Instructions to use tttx/models-ttt-problem-10-replicate-2-step1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tttx/models-ttt-problem-10-replicate-2-step1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B") model = PeftModel.from_pretrained(base_model, "tttx/models-ttt-problem-10-replicate-2-step1") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8b1108b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e70efc38ed63ef675140820737ab5323ac4ec903b0d75addb5aafec7ff23a84a
size 7352
|