Views
No views yet
⚠️ This is NOT an official release from HiTZ Zentroa. These GGUF files were converted from the official HiTZ/Latxa-Llama-3.1-70B-Instruct-v2 model by a third party. For the original model, training details, and official support, please refer to the official HiTZ model page.
| File | Quantization | Size | Description |
|---|---|---|---|
Latxa-Llama-3.1-70B-Instruct-v2-FP16.gguf | FP16 | 131 GB | Full precision (reference) |
Latxa-Llama-3.1-70B-Instruct-v2-Q8_0.gguf | Q8_0 | 70 GB | Near-lossless, recommended for high-quality inference |
Latxa-Llama-3.1-70B-Instruct-v2-Q4_K_M.gguf | Q4_K_M | 40 GB | Very good quality/size trade-off, most practical |
1# Build and run
2./build/bin/llama-cli \
3 -m Latxa-Llama-3.1-70B-Instruct-v2-Q4_K_M.gguf \
4 -p "Azaldu euskararen historia labur-labur." \
5 -n 512Modelfile:FROM ./Latxa-Llama-3.1-70B-Instruct-v2-Q4_K_M.gguf1ollama create latxa-70b-v2 -f Modelfile
2ollama run latxa-70b-v21@misc{latxa2024,
2 author = {HiTZ Zentroa},
3 title = {Latxa: Basque Language Models},
4 year = {2024},
5 publisher = {Hugging Face},
6 howpublished = {\url{https://huggingface.co/HiTZ}},
7}HiTZ/Latxa-Llama-3.1-70B-Instruct-v2-FP8 (decompressed to FP16 during conversion) using llama.cpp.