Views
No views yet
| File | Format | Size | Description |
|---|---|---|---|
cortiq-coder-12b-Q4_K_M.gguf | GGUF | 9.37 GB | Quantized model for llama.cpp / LM Studio / Ollama |
cortiq-coder-12b-nvg.tar | TAR | 30.1 GB | Full native model weights |
llama-server -hf infosave/cortiq-coder-12B:Q4_K_Mollama run hf.co/infosave/cortiq-coder-12B:Q4_K_M1from llama_cpp import Llama
2
3llm = Llama.from_pretrained(
4 repo_id="infosave/cortiq-coder-12B",
5 filename="cortiq-coder-12b-Q4_K_M.gguf",
6)
7response = llm.create_chat_completion(messages=[
8 {"role": "user", "content": "Write a Python function to sort a list of dicts by key."}
9])
10print(response["choices"]["message"]["content"])Patent: US Application No. 19/452,464 — "System and Method for Dynamic Task-Guided Neural Network Compression with Catastrophic Forgetting Prevention" — Filed January 19, 2026.
Details: https://allaigate.com/ru/