How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf llmware/llama-3.1-instruct-gguf
# Run inference directly in the terminal:
llama-cli -hf llmware/llama-3.1-instruct-gguf
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf llmware/llama-3.1-instruct-gguf
# Run inference directly in the terminal:
llama-cli -hf llmware/llama-3.1-instruct-gguf
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf llmware/llama-3.1-instruct-gguf
# Run inference directly in the terminal:
./llama-cli -hf llmware/llama-3.1-instruct-gguf
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf llmware/llama-3.1-instruct-gguf
# Run inference directly in the terminal:
./build/bin/llama-cli -hf llmware/llama-3.1-instruct-gguf
Use Docker
docker model run hf.co/llmware/llama-3.1-instruct-gguf
Quick Links

llama-3.1-instruct-gguf

llama-3.1-instruct-gguf is a GGUF Q4_K_M int4 quantized version of Llama 3.1 Instruct, providing a very fast inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.

llama-3.1-instruct is a leading open source general foundation model from Meta.

Model Description

  • Developed by: meta-llama
  • Model type: llama-3.1
  • Parameters: 8 billion
  • Model Parent: meta-llama/Meta-Llama-3.1-8B-Instruct
  • Language(s) (NLP): English
  • License: Llama 3.1 Community License
  • Uses: General chat use cases
  • RAG Benchmark Accuracy Score: NA
  • Quantization: int4

Model Card Contact

llmware on github

llmware on hf

llmware website

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

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for llmware/llama-3.1-instruct-gguf

Quantized
(635)
this model