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

Rhombus is a fine tuned version of Mistral 7B Instruct v0.3 model by unsloth on Mythos Distilled Dataset by ShauGves, model suports tool calling and [inst] prompts.

Rhombus was trained on single 5060 Ti ( 16GB ) with partial tokens approx. 7k tokens from the dataset.

Note: Rhombus was fine tuned on a 4bit bitsandbyte quant of original model, and hence can only be used with CUDA until bitsandbyte is ported to other backends

Run Rhombus on local machine: git clone https://github.com/aprakrata/rhombus

note: create & activate your virtual env

pip install -r requirements.txt python3 infer.py --model aprakrata/rhombus-7b-4bit

Downloads last month
269
Safetensors
Model size
7B params
Tensor type
F16
·
F32
·
U8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for aprakrata/rhombus-7b-4bit

Quantized
(286)
this model

Dataset used to train aprakrata/rhombus-7b-4bit