MTP-DeepSeek-V3-0324
51
1
license:cc-by-4.0
by
nebius
Language Model
OTHER
New
51 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Usage with vLLMpythonvllm
from vllm import LLM, SamplingParams
llm = LLM(
model="deepseek-ai/DeepSeek-V3-0324",
speculative_config={
"method": "deepseek_mtp",
"model": "nebius/MTP-DeepSeek-V3-0324",
"num_speculative_tokens": 6,
},
tensor_parallel_size=8,
max_num_seqs=1
)
sampling_params = SamplingParams(temperature=0.7)
outputs = llm.generate(["Explain speculative decoding in simple terms."], sampling_params)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.