Views
No views yet
| Repo | Format | Size | For |
|---|---|---|---|
| this repo | bf16 safetensors | 52 GB | further fine-tuning, serving on 80GB+ |
| -FP8 | FP8 W8A8 (compressed-tensors) | 29 GB | vLLM on 40GB+ GPUs |
| -GGUF | Q4_K_M GGUF + vision projector | 16 GB | Ollama / llama.cpp on 24-32GB GPUs |
# Modelfile
FROM ./legal-27b.Q4_K_M.gguf
FROM ./legal-27b-mmproj.gguf
RENDERER qwen3.5
PARSER qwen3.5
ollama create legal-27b -f Modelfile
ollama run legal-27b1vllm serve scottyjmp5/Legal-Qwen3.6-27B-Abliterated-FP8 \
2 --trust-remote-code --max-model-len 8192