Transformers
Safetensors
llama
speculative-decoding
eagle3
draft-model
sglang
minimax
text-generation-inference
Instructions to use asherszhang/MiniMax-M2.7-EAGLE3-draft-vocab32k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asherszhang/MiniMax-M2.7-EAGLE3-draft-vocab32k with Transformers:
# Load model directly from transformers import AutoTokenizer, LlamaForCausalLMEagle3 tokenizer = AutoTokenizer.from_pretrained("asherszhang/MiniMax-M2.7-EAGLE3-draft-vocab32k") model = LlamaForCausalLMEagle3.from_pretrained("asherszhang/MiniMax-M2.7-EAGLE3-draft-vocab32k") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!