CoolFace
Modelpublic

second-state/Llama-3.1-Nemotron-70B-Instruct-HF-GGUF

sourceHugging Facellama3.1updated 2y agoView on Hugging Face
0likes683downloads
Model Card

<!-- header start --> <!-- 200823 --> <div style="width: auto; margin-left: auto; margin-right: auto"> <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;"> </div> <hr style="margin-top: 1.0em; margin-bottom: 1.0em;"> <!-- header end -->

Llama-3.1-Nemotron-70B-Instruct-HF-GGUF

Original Model

nvidia/Llama-3.1-Nemotron-70B-Instruct-HF

Run with LlamaEdge

  • LlamaEdge version: coming soon

<!-- - LlamaEdge version: v0.12.4 and above -->

  • Prompt template
  • Prompt type: llama-3-chat
  • Prompt string
text
    <|begin_of_text|><|start_header_id|>system<|end_header_id|>

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

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

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

    {{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
  • Context size: 128000
  • Run as LlamaEdge service
bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Llama-3.1-Nemotron-70B-Instruct-HF-Q5_K_M.gguf \
    llama-api-server.wasm \
    --prompt-template llama-3-chat \
    --ctx-size 128000 \
    --model-name Llama-3.1-Nemotron-70b
  • Run as LlamaEdge command app
bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Llama-3.1-Nemotron-70B-Instruct-HF-Q5_K_M.gguf \
    llama-chat.wasm \
    --prompt-template llama-3-chat \
    --ctx-size 128000

Quantized GGUF Models

NameQuant methodBitsSizeUse case
Llama-3.1-Nemotron-70B-Instruct-HF-Q2_K.ggufQ2_K226.4 GBsmallest, significant quality loss - not recommended for most purposes
Llama-3.1-Nemotron-70B-Instruct-HF-Q3_K_L.ggufQ3KL337.1 GBsmall, substantial quality loss
Llama-3.1-Nemotron-70B-Instruct-HF-Q3_K_M.ggufQ3KM334.3 GBvery small, high quality loss
Llama-3.1-Nemotron-70B-Instruct-HF-Q3_K_S.ggufQ3KS330.9 GBvery small, high quality loss
Llama-3.1-Nemotron-70B-Instruct-HF-Q4_0.ggufQ4_0440 GBlegacy; small, very high quality loss - prefer using Q3KM
Llama-3.1-Nemotron-70B-Instruct-HF-Q4_K_M.ggufQ4KM442.5 GBmedium, balanced quality - recommended
Llama-3.1-Nemotron-70B-Instruct-HF-Q4_K_S.ggufQ4KS440.3 GBsmall, greater quality loss
Llama-3.1-Nemotron-70B-Instruct-HF-Q5_0.ggufQ5_0548.7 GBlegacy; medium, balanced quality - prefer using Q4KM
Llama-3.1-Nemotron-70B-Instruct-HF-Q5_K_M.ggufQ5KM549.9 GBlarge, very low quality loss - recommended
Llama-3.1-Nemotron-70B-Instruct-HF-Q5_K_S.ggufQ5KS548.7 GBlarge, low quality loss - recommended
Llama-3.1-Nemotron-70B-Instruct-HF-Q6_K-00001-of-00002.ggufQ6_K629.8 GBvery large, extremely low quality loss
Llama-3.1-Nemotron-70B-Instruct-HF-Q6_K-00002-of-00002.ggufQ6_K628.0 GBvery large, extremely low quality loss
Llama-3.1-Nemotron-70B-Instruct-HF-Q8_0-00001-of-00003.ggufQ8_0829.8 GBvery large, extremely low quality loss - not recommended
Llama-3.1-Nemotron-70B-Instruct-HF-Q8_0-00002-of-00003.ggufQ8_0829.8 GBvery large, extremely low quality loss - not recommended
Llama-3.1-Nemotron-70B-Instruct-HF-Q8_0-00003-of-00003.ggufQ8_0815.4 GBvery large, extremely low quality loss - not recommended
Llama-3.1-Nemotron-70B-Instruct-HF-f16-00001-of-00005.gguff161630.0 GB
Llama-3.1-Nemotron-70B-Instruct-HF-f16-00002-of-00005.gguff161629.6 GB
Llama-3.1-Nemotron-70B-Instruct-HF-f16-00003-of-00005.gguff161629.6 GB
Llama-3.1-Nemotron-70B-Instruct-HF-f16-00004-of-00005.gguff161629.6 GB
Llama-3.1-Nemotron-70B-Instruct-HF-f16-00005-of-00005.gguff161622.2 GB

Quantized with llama.cpp 3932.