How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf okjustgaming/loomy-nonthinking
# Run inference directly in the terminal:
llama cli -hf okjustgaming/loomy-nonthinking
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf okjustgaming/loomy-nonthinking
# Run inference directly in the terminal:
llama cli -hf okjustgaming/loomy-nonthinking
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 okjustgaming/loomy-nonthinking
# Run inference directly in the terminal:
./llama-cli -hf okjustgaming/loomy-nonthinking
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 okjustgaming/loomy-nonthinking
# Run inference directly in the terminal:
./build/bin/llama-cli -hf okjustgaming/loomy-nonthinking
Use Docker
docker model run hf.co/okjustgaming/loomy-nonthinking
Quick Links

Loomy Non-Thinking Model

A non-thinking model for EDW (Enterprise Data Warehouse) analytics tasks.

Model Details

  • Base Model: Mistral-Nemo-12B
  • Quantization: Q8_0 (8-bit)
  • Training: Fine-tuned for EDW analytics conversations
  • Version: v13e โ†’ nonthinking

Usage

Downloads last month
9
GGUF
Model size
12B 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