--- library_name: transformers base_model: Tesslate/OmniCoder-9B tags: - qwen3.5 - code - agent - sft - omnicoder - tesslate - llama-cpp - gguf-my-repo license: apache-2.0 language: - en pipeline_tag: text-generation model-index: - name: OmniCoder-9B results: - task: type: text-generation dataset: name: AIME 2025 type: custom metrics: - type: accuracy value: 90.0 name: pass@5 - type: accuracy value: 83.8 name: pass@1 - type: accuracy value: 86.4 name: pass@3 - type: accuracy value: 28.1 name: Pass Rate --- # lainlives/QCoder This model contains GGUF format model files for [`Tesslate/OmniCoder-9B`](https://huggingface.co/Tesslate/OmniCoder-9B). ### Available Quants The following files were generated and uploaded to this repo: `Q4_0`, `Q4_K_S`, `Q4_K_M`, `Q5_0`, `Q5_K_S`, `Q5_K_M`, `Q6_K`, `Q8_0`, `f16`, `bf16` ### Use with llama.cpp CLI: ```bash llama-cli --hf-repo lainlives/QCoder --hf-file OmniCoder-9B-Q4_K_M.gguf -p "The meaning to life and the universe is" ``` Server: ```bash llama-server --hf-repo lainlives/QCoder --hf-file OmniCoder-9B-Q4_K_M.gguf -c 2048 ``` ### Or ollama CLI: ```bash ollama run https://hf.co/lainlives/QCoder:Q4_K_M ```