Views
No views yet


F32, F16 formats and quantized weights in Q8_0, Q6_K, Q5_K, Q4_K, Q3_K and Q2_K formats.llama.cpp as follows:llama.cpp. Please refer to the llama.cpp repository for more details.1# Install huggingface_hub if not already installed
2$ pip install huggingface_hub[cli]
3
4# Download the GGUF weights
5$ huggingface-cli download dnotitia/Llama-DNA-1.0-8B-Instruct-GGUF \
6 --include "Llama-DNA-1.0-8B-Instruct-Q8_0.gguf" \
7 --local-dir .llama.cpp in conversational mode.1$ llama-cli -cnv -m ./Llama-DNA-1.0-8B-Instruct-Q8_0.gguf \
2 -p "You are a helpful assistant, Dnotitia DNA."$ ollama run dnotitia/dna@misc{lee2025dna10technicalreport,
title={DNA 1.0 Technical Report},
author={Jungyup Lee and Jemin Kim and Sang Park and SeungJae Lee},
year={2025},
eprint={2501.10648},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2501.10648},
}