How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="roleplaiapp/Llama-3.1-Nemotron-70B-Instruct-HF-Q8_0-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

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

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

Overview

This is an GGUF Q8_0 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
22
GGUF
Model size
71B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-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-Q8_0-GGUF

Quantized
(116)
this model

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