deepframe-vllm
1.2K
license:apache-2.0
by
sdioteam
Video Model
OTHER
New
1K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Usagebashvllm
vllm serve sdioteam/deepframe-vllm --revision main --trust-remote-code \
--tensor-parallel-size 8 \
--gpu-memory-utilization 0.75 \
--max-model-len 262144 \
--host 0.0.0.0 --port 8000With Transformerspythontransformers
from transformers import AutoModelForCausalLM, AutoProcessor
import torch
model = AutoModelForCausalLM.from_pretrained(
"sdioteam/deepframe-vllm",
revision="main",
torch_dtype=torch.bfloat16,
device_map="auto",
trust_remote_code=True,
)
processor = AutoProcessor.from_pretrained(
"sdioteam/deepframe-vllm",
revision="main",
trust_remote_code=True
)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.