Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

SGLang
/
DeepSeek-R1-NextN

Transformers
Safetensors
deepseek_v3
custom_code
text-generation-inference
fp8
Model card Files Files and versions
xet
Community
1

Instructions to use SGLang/DeepSeek-R1-NextN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SGLang/DeepSeek-R1-NextN with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, DeepseekV3ForCausalLMNextN
    
    tokenizer = AutoTokenizer.from_pretrained("SGLang/DeepSeek-R1-NextN", trust_remote_code=True)
    model = DeepseekV3ForCausalLMNextN.from_pretrained("SGLang/DeepSeek-R1-NextN", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Fix chat_template crash when assistant message omits the `content` key

#1 opened 4 days ago by
qgallouedec
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs