Instructions to use tttx/models-replicate-problem-10-ttt-continue-step2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tttx/models-replicate-problem-10-ttt-continue-step2 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-replicate-problem-10-ttt-continue-step2") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
0c33487 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c11a6ac886e89a098471690b6ced3af1fbd2cdfd12722f5d9b47d3d1327018d
size 11422878
|