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 ddh0/L3.3-Electra-R1-70b-GGUF:
# Run inference directly in the terminal:
llama-cli -hf ddh0/L3.3-Electra-R1-70b-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf ddh0/L3.3-Electra-R1-70b-GGUF:
# Run inference directly in the terminal:
llama-cli -hf ddh0/L3.3-Electra-R1-70b-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 ddh0/L3.3-Electra-R1-70b-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf ddh0/L3.3-Electra-R1-70b-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 ddh0/L3.3-Electra-R1-70b-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ddh0/L3.3-Electra-R1-70b-GGUF:
Use Docker
docker model run hf.co/ddh0/L3.3-Electra-R1-70b-GGUF:
Quick Links

Steelskull/L3.3-Electra-R1-70b-GGUF

This repo provides several GGUF imatrix quantizations of Steelskull/L3.3-Electra-R1-70b.

Quantizations (worst to best)

  • IQ2_M
  • IQ3_XS
  • IQ3_M
  • Q4_K_S
  • IQ4_XS
  • Q4_K_M
  • Q5_K_S
  • Q5_K_M
  • Q6_K
  • Q8_0

The imatrix was generated using the same calibration data as Bartowski, and both the calibration data as well as the imatrix itself are provided here.

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

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for ddh0/L3.3-Electra-R1-70b-GGUF