Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
deepseek-ai
/
DeepSeek-V3-0324
like
2.85k
Follow
DeepSeek
64.1k
Text Generation
Transformers
Safetensors
deepseek_v3
conversational
custom_code
text-generation-inference
fp8
arxiv:
2412.19437
License:
mit
Model card
Files
Files and versions
Community
76
Train
Deploy
Use this model
refs/pr/67
DeepSeek-V3-0324
/
Dockerfile
a933944123
Upload Dockerfile
bdb5f27
verified
18 days ago
raw
Copy download link
history
blame
119 Bytes
FROM
ghcr.io/wyeeeee/hajimi:latest
EXPOSE
7860
CMD
[
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]