Files
ModelHub XC 8e14e07662 初始化项目,由ModelHub XC社区提供模型
Model: MaziyarPanahi/Llama-3-13B-Instruct-v0.1-GGUF
Source: Original Platform
2026-07-21 16:46:09 +08:00

1.5 KiB

tags, model_name, base_model, inference, model_creator, pipeline_tag, quantized_by
tags model_name base_model inference model_creator pipeline_tag quantized_by
quantized
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
GGUF
text-generation
mixtral
text-generation
Llama-3-13B-Instruct-v0.1-GGUF MaziyarPanahi/Llama-3-13B-Instruct-v0.1 false MaziyarPanahi text-generation MaziyarPanahi

MaziyarPanahi/Llama-3-13B-Instruct-v0.1-GGUF

Description

MaziyarPanahi/Llama-3-13B-Instruct-v0.1-GGUF contains GGUF format model files for MaziyarPanahi/Llama-3-13B-Instruct-v0.1.

Load GGUF models

You MUST follow the prompt template provided by Llama-3:

./llama.cpp/main -m Llama-3-13B-Instruct.Q2_K.gguf -r '<|eot_id|>' --in-prefix "\n<|start_header_id|>user<|end_header_id|>\n\n" --in-suffix "<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n" -p "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are a helpful, smart, kind, and efficient AI assistant. You always fulfill the user's requests to the best of your ability.<|eot_id|>\n<|start_header_id|>user<|end_header_id|>\n\nHi! How are you?<|eot_id|>\n<|start_header_id|>assistant<|end_header_id|>\n\n" -n 1024