CMSManhattan/JiRackUltra_14b
JiRack Ultra 14B (CPU)
A fast and efficient 14B model optimized for CPU inference. The model was refactored with BitNet features and an updated tokenizer that includes new Routing, Media, Vision, Sound, Tool call, and Robotics tags. Built on a DeepSeek R1-14B architecture with native ternary (BitNet-style) support and ready-to-run GGUF quantizations.
- JiRack is a cloud-ready model that helps save money on cloud infrastructure. It can be used as an expert model in RAG deployments, with the ONNX JiRack Java server as an alternative.
JiRack Ternary Architedure & JiRack Tokenizer
- Benefits high quality CPU inference TQ_2 on Llama.cpp and Ollama via QAT
- Robotcs, Routing, Coding, Multimedia, Advanced tool calling via CMSManhattan/JiRackPrecisionTokenizer
JiRack sevice options
- Current quantizations were done from the FP16 model, but the model allows for more compression thanks to its ternary architecture.
- If you need to do ternary compression, please write to me and I'll perform QAT from your dataset, tailored specifically to your task.
- Plus double QAT via ONNX QAT.
- Adapt train process to avoid catastrophic forgetting with NDA
- Adapt train process to avoid fast plato in training with NDA
- Convert model to TQ2_0 with support AVX2 and AVX-512 CPU instructions for high performance on CPU
- QAT for TQ2 Llama.cpp Ternarization docs https://huggingface.co/CMSManhattan/JiRackUltra14b/blob/main/QATtoLlama.cppGGUFTQ20JirackUltra_14b.md
- Adapts to agentic or instruct models for tool calling, using the JiRak tokenizer to enable high-quality tool calling on small models — built as a domain-specific tool expert.
- Deployment and scale
JiRack Codding Agent IDE
- It is Agent Coding IDE for JiRack Models to run via Ollama on home PC
- It good choose for Agent Coding IDE such as Cursor , Windsurf IDE or Devin IDE etc but more safe that ask you to apply changes and review.
- Web site https://www.jirack.com
- Final release version https://huggingface.co/CMSManhattan/JiRackDeltaNet27b/resolve/main/jirackide_final.zip
Ollama production support
- We are working to support JiRack on Ollama for production systems also
- added Jirack chat without reasoning feature https://ollama.com/cmsmanhattan
- Follow fresh Ollama platform updates
Spring Boot AI tool calls examples for JiRack Ultra series
- Tool call library on java for Enterprise https://github.com/alibaba/spring-ai-alibaba
GoEx AI tool calls examples for JiRack Ultra series
- Tool call library on python https://github.com/ShishirPatil/gorilla
JiRack Ultra 1 tool calls to boost tool call quality
- Use JiRack Precision tokenzer tags for tool calls with ToolBench https://github.com/OpenBMB/ToolBench
- https://huggingface.co/xalss/Qwen2-7B-Instruct-glaive-function-calling
- https://huggingface.co/datasets/NousResearch/hermes-function-calling-v1
- Add JiRack tool call tags in the dataset and modify tool call processor if needed
JiRack RoboTech
- Advanced Tokenizer with Robotics & Routing & Tool calls Tokenizer and other
- CMSManhattan/JiRackPrecisionTokenizer
Available Variants
Quick Start
Run with Docker
- 14 B docker can be provided by request .
- Build docker on local from source or request fro me
Default CPU (Q4 recommended)
docker run -d \
--name jirack_ultra_14b \
-p 7869:7869 \
--restart unless-stopped \
cmsmanhattan/jirack-ultra-14b-cpu-q4:latestQ3
docker run -d \
--name jirack_ultra_14b \
-p 7869:7869 \
--cpus=16 \
-e THREADS=16 \
-e THREADS_BATCH=16 \
--restart unless-stopped \
cmsmanhattan/jirack-ultra-14b-cpu-q3:latestQ2 (lowest memory)
docker run -d \
--name jirack_ultra_14b \
-p 7869:7869 \
--cpus=16 \
-e THREADS=16 \
-e THREADS_BATCH=16 \
--restart unless-stopped \
cmsmanhattan/jirack-ultra-14b-cpu-q2:latestFull precision
docker run -d \
--name jirack_ultra_14b \
-p 7869:7869 \
--cpus=16 \
-e THREADS=16 \
-e THREADS_BATCH=16 \
--restart unless-stopped \
cmsmanhattan/jirack-ultra-14b-cpu:latestMulti CPU
docker run -d \
--name jirack_ultra_14b \
-p 7869:7869 \
--cpus=16 \
-e THREADS=16 \
-e THREADS_BATCH=16 \
--restart unless-stopped \
--memory=16g \
--cpus=8 \
cmsmanhattan/jirack-ultra-14b-cpu-q4:latestDocker Compose Example
services:
jirack:
image: cmsmanhattan/jirack-ultra-14b-cpu-q4:latest
container_name: jirack_ultra_14b
ports:
- "7869:7869"
volumes:
- .:/app
- ./web:/app/web
environment:
- MAX_TOKENS=2048
- TEMPERATURE=0.7
- TOP_P=0.9
- DEFAULT_STREAM=False
- INTRA_THREADS=4
- USE_ENV_ALLOCATOR=1
- THREADS=16
- THREADS_BATCH=16
deploy:
resources:
limits:
memory: 16gAccess the UI
Once the container is running, open your browser and navigate to: http://localhost:7869 This opens the JiRack UI — a clean web interface.
Changing the Port
The listening port can be easily modified directly from the Settings panel within the JiRack UI.
Licensing
- Model weights are released under the MIT License — free to use, modify, and distribute for any purpose, including commercial. No royalties, no per-user fees, no subscription.
- The Docker image with UI and the pre-built Ollama quantizations are separate paid products. If you prefer to build your own secure deployment — take the weights, assemble your own stack, and you're done.
- The JiRack Ultra 14B model for Docker and Ollama is provided under a commercial license ($12 per user per year).
- All JiRack UI clients are provided under a commercial license.
- However, the UI clients can be used for free when running together with the official JiRack Docker containers, as long as they are not redistributed separately. For commercial licensing, cluster deployment, or enterprise use of JiRack models, please contact us.
- JiRack MS Windows 11 Desktop Client (with Ollama API): https://huggingface.co/kgrabko/JiRackTernary_1b/resolve/main/jirack-chat.zip
- Live email chat with the model: support@cmsmanhattan.com
Hardware Recommendations
Recommended Hardware for JiRack Ultra 14B (single Docker container)
Important Memory Notes
Even though the quantized 14B models are relatively compact, we recommend the following for best experience:
- Q4KM: 16–24 GB system RAM minimum
- Q3KM / Q2_K: 12–20 GB system RAM
- Full precision: 32 GB+ system RAM recommended Reasons for extra headroom:
- KV-cache consumption during generation
- Runtime overhead and temporary buffers
- System stability and avoiding out-of-memory errors
- Room for larger context windows Minimum recommended (Q4): 16 GB system RAM Ideal: 24–32 GB system RAM I added the default model in full precision. This serves as the base for quantization, allowing us to find the optimal balance between model size and performance.
Architecture Notes
- Refactored with BitNet features: Native BitLinear ternary path (b1.58-style) with λ-warmup STE
- Updated tokenizer: Extended with new special tags for Routing, Tool call, and Robotics
- Base: Qwen2.5-14B style (Hidden 5120, 48 layers, GQA 40/8, vocab 152064)
- RoPE θ = 1 000 000, RMSNorm ε = 1e-6
- Intermediate size: 13824
- Ready-to-run GGUF quantizations (Q2K, Q3KM, Q4K_M)
📧 Contact & Licensing
For joint venture opportunities, hardware integration, or licensing inquiries:
- Email: grabko@cmsmanhattan.com
- Phone: +1 (516) 777-0945
- Location: New York, USA
License
MIT License
