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

VICODER HTML 32B PREVIEW QUANTIZATIONS

Overview

ViCoder-HTML-32B-preview is a powerful AI model designed to generate full websites, including HTML, Tailwind CSS, and JavaScript.

Model Quantizations

This model comes in several quantizations, each offering a balance of file size and performance. Choose the one that best suits your memory and quality requirements.

Quantization Size (GB) Expected Quality Notes
Q8_0 34.8 🟢 Very good – nearly full precision 8-bit quantization, very close to full precision for most tasks.
Q6_K 26.9 🟢 Good – retains most performance 6-bit quantization, high quality, efficient for most applications.
Q4_K_M 19.9 🟡 Moderate – usable with minor degradation 4-bit quantization, good tradeoff between quality and size.
Q3_K_M 15.9 🟠 Lower – may lose accuracy, better for small RAM 3-bit quantization, lower quality, best for minimal memory use.

Features

  • Full Website Generation: Generates HTML code with Tailwind CSS and JavaScript for modern, responsive websites.
  • Flexible Quantization: Choose from various quantization models to fit your hardware and performance requirements.
  • Ease of Use: The model is easy to integrate using llama.cpp and Ollama
Downloads last month
78
GGUF
Model size
33B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

6-bit

8-bit

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

Model tree for vicharai/ViCoder-html-32B-preview-GGUF

Base model

Qwen/Qwen2.5-32B
Quantized
(4)
this model

Collection including vicharai/ViCoder-html-32B-preview-GGUF