Transformers
GGUF
unsloth
conversational
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 Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf:Q8_0
# Run inference directly in the terminal:
llama cli -hf Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf:Q8_0
# Run inference directly in the terminal:
llama cli -hf Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf:Q8_0
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 Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf:Q8_0
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 Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf:Q8_0
Use Docker
docker model run hf.co/Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf:Q8_0
Quick Links

Like my work? Support me on patreon for only $5 a month and get to vote on what model's i make next as well as get access to this org's private repo's

Subscribe bellow:

  • Patreon.com/Rombodawg

Rombo-LLM-V3.0-Qwen-32b

image/jpeg

Rombo-LLM-V3.0-Qwen-32b is a Continued Finetune model on top of the previous V2.5 version using the "NovaSky-AI/Sky-T1_data_17k" dataset. The resulting model was then merged backed into the base model for higher performance as written in the continuous finetuning technique bellow. This model is a good general purpose model, however it excells at coding and math.

Original weights:

Benchmarks: (Coming soon)

Downloads last month
10
GGUF
Model size
33B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf

Dataset used to train Rombo-Org/Rombo-LLM-V3.0-Qwen-32b_q8_0_gguf