Views
No views yet
OpenxAILabs/nix-reviewer-1.5b for use with llama.cpp, Ollama, and compatible runtimes.| File | Size | Use |
|---|---|---|
nix-reviewer-1.5b-Q4_K_M.gguf | ~986 MB | Recommended — fits 16 GB xnode CPU inference, ~5–10 s/review |
nix-reviewer-1.5b-f16.gguf | ~3.1 GB | Full precision; for local GPU or quantization experiments |
1ollama pull hf.co/OpenxAILabs/nix-reviewer-1.5b-GGUF:Q4_K_M
2ollama run hf.co/OpenxAILabs/nix-reviewer-1.5b-GGUF:Q4_K_M '{ pkgs, ... }:
3{
4 environment.systemPackages = with pkgs; [ vim vvim ];
5}'1[{"line": 4, "severity": "error",
2 "message": "`vvim` is not a nixpkgs attribute — did you mean `vim`?"}]1./llama-cli -m nix-reviewer-1.5b-Q4_K_M.gguf \
2 --system "You are nix-assistant. Review the Nix config and output ONLY a JSON array: [{\"line\":int,\"severity\":\"error\"|\"warning\"|\"hint\",\"message\":str}]" \
3 -p "{ pkgs, ... }: { environment.systemPackages = with pkgs; [ vim vvim ]; }"You are nix-assistant. Review the Nix config and output ONLY a JSON array: [{"line":int,"severity":"error"|"warning"|"hint","message":str}]llama.cpp's convert_hf_to_gguf.pyollama create -q Q4_K_M