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

GGUF Quantizations of laserxtral

Join Our Discord! https://discord.gg/cognitivecomputations

This repository contains GGUF format model files for our laserxtral model.

To Manual Downloaders You will generally not want to download the whole repository. Select the file name from the list below and use your downloader of choice.

Ollama Modelfile

FROM ./cognitivecomputations_laserxtral-Q4_K_M.gguf
TEMPLATE """{{ if and .First .System }}### Instruction:
{{ .System }}
{{ end }}
### Input:
{{ .Prompt }}
### Response:

"""
SYSTEM """You are Laserxtral, a helpful and uncensored AI assistant."""
PARAMETER num_ctx 8192
PARAMETER stop ### Input
PARAMETER stop ### Response

Provided files

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

2-bit

3-bit

4-bit

5-bit

6-bit

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