How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="roleplaiapp/Llama-3.1-Nemotron-70B-Instruct-HF-Q6_K-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("roleplaiapp/Llama-3.1-Nemotron-70B-Instruct-HF-Q6_K-GGUF", dtype="auto")
Quick Links

roleplaiapp/Llama-3.1-Nemotron-70B-Instruct-HF-Q6_K-GGUF

Repo: roleplaiapp/Llama-3.1-Nemotron-70B-Instruct-HF-Q6_K-GGUF
Original Model: Llama-3.1-Nemotron-70B-Instruct-HF Organization: nvidia Quantized File: llama-3.1-nemotron-70b-instruct-hf-q6_k.gguf Quantization: GGUF Quantization Method: Q6_K
Use Imatrix: False
Split Model: True

Overview

This is an GGUF Q6_K quantized version of Llama-3.1-Nemotron-70B-Instruct-HF.

Quantization By

I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models. I hope the community finds these quantizations useful.

Andrew Webby @ RolePlai

Downloads last month
28
GGUF
Model size
71B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for roleplaiapp/Llama-3.1-Nemotron-70B-Instruct-HF-Q6_K-GGUF

Quantized
(116)
this model

Dataset used to train roleplaiapp/Llama-3.1-Nemotron-70B-Instruct-HF-Q6_K-GGUF