Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
mconcat
/
Trinity-Large-Base-NVFP4
like
0
Safetensors
afmoe
Mixture of Experts
nvfp4
modelopt
blackwell
vllm
custom_code
8-bit precision
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
main
Trinity-Large-Base-NVFP4
/
chat_template.jinja
mconcat
Upload folder using huggingface_hub
d32ea7b
verified
3 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
{{ bos_token }}
{%
for
message
in
messages %}
{{ message['content'] }}
{%
endfor
%}