Files
ModelHub XC f4cffb333e 初始化项目,由ModelHub XC社区提供模型
Model: 3Simplex/Meta-Llama-3.1-8B-Instruct-gguf
Source: Original Platform
2026-06-11 00:08:30 +08:00

1.1 KiB

license, base_model, pipeline_tag, tags
license base_model pipeline_tag tags
llama3.1 meta-llama/Meta-Llama-3.1-8B-Instruct text-generation
text-generation-inference

Warning

At the time of this release, llama.cpp did not support the rope scaling required for full context (limit is 8192). Soon this will be updated for full 128K functionality.
Depriciated models still listed do not have 128k mark.

Note

The new release of llama.cpp and transformers have been applied and the gguf was tested.
Meta-Llama-3.1-8B-Instruct-128k
You will need to update llama.cpp and transformers to use the full context.

image/png

Prompt Template

<|start_header_id|>system<|end_header_id|>

{system_prompt}<|eot_id|>
<|start_header_id|>user<|end_header_id|>

{user_input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>

{assistant_response}

128k Context Length

"llama.context_length": 131072