GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

usermma/Quark-270m-Instruct-i1-GGUF overview

usermma/Quark 270m Instruct I1 GGUF This model was converted to GGUF format from ThingAI/Quark 270m Instruct https://huggingface.co/ThingAI/Quark 270m Instruct…

transformersgguftext-generationcausal-lmbilingualitalianenglishsmall-language-modeltrained-from-scratchquarkinstructsftchatllama-cppgguf-my-repoitenlicense:apache-2.0endpoints_compatibleregion:usimatrix

Runs locally from ~75.8 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
427
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

20 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
quark-270m-instruct-iq1_m-imat.ggufGGUFIQ1_M79.6 MBDownload
quark-270m-instruct-iq1_s-imat.ggufGGUFIQ1_S75.8 MBDownload
quark-270m-instruct-iq2_m-imat.ggufGGUFIQ2_M100.4 MBDownload
quark-270m-instruct-iq2_s-imat.ggufGGUFIQ2_S95.3 MBDownload
quark-270m-instruct-iq2_xs-imat.ggufGGUFIQ2_XS91.6 MBDownload
quark-270m-instruct-iq3_m-imat.ggufGGUFIQ3_M128.5 MBDownload
quark-270m-instruct-iq3_s-imat.ggufGGUFIQ3_S124.5 MBDownload
quark-270m-instruct-iq3_xs-imat.ggufGGUFIQ3_XS120.0 MBDownload
quark-270m-instruct-iq3_xxs-imat.ggufGGUFIQ3_XXS108.5 MBDownload
quark-270m-instruct-iq4_nl-imat.ggufGGUFIQ4_NL150.0 MBDownload
quark-270m-instruct-iq4_xs-imat.ggufGGUFIQ4_XS144.0 MBDownload
quark-270m-instruct-q2_k-imat.ggufGGUFQ2_K112.3 MBDownload
quark-270m-instruct-q2_k_s-imat.ggufGGUFQ2_K_S106.4 MBDownload
quark-270m-instruct-q4_0-imat.ggufGGUFQ4_0150.4 MBDownload
quark-270m-instruct-q4_1-imat.ggufGGUFQ4_1162.0 MBDownload
quark-270m-instruct-q4_k_m-imat.ggufGGUFQ4_K_M157.0 MBDownload
quark-270m-instruct-q4_k_s-imat.ggufGGUFQ4_K_S150.8 MBDownload
quark-270m-instruct-q5_k_m-imat.ggufGGUFQ5_K_M177.6 MBDownload
quark-270m-instruct-q5_k_s-imat.ggufGGUFQ5_K_S174.0 MBDownload
quark-270m-instruct-q6_k-imat.ggufGGUFQ6_K199.5 MBDownload

Model Details

Model IDusermma/Quark-270m-Instruct-i1-GGUF
Authorusermma
Pipelinetext-generation
Licenseapache-2.0
Base modelThingAI/ARK-270m-Instruct
Last modified2026-09-03T19:15:10.000Z

Model README

---

language:

  • it
  • en

license: apache-2.0

tags:

  • text-generation
  • causal-lm
  • bilingual
  • italian
  • english
  • small-language-model
  • trained-from-scratch
  • quark
  • instruct
  • sft
  • chat
  • llama-cpp
  • gguf-my-repo

library_name: transformers

pipeline_tag: text-generation

base_model: ThingAI/ARK-270m-Instruct

---

usermma/Quark-270m-Instruct-I1-GGUF

This model was converted to GGUF format from ThingAI/Quark-270m-Instruct using llama.cpp.

Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo usermma/Quark-270m-Instruct-i1-GGUF --hf-file quark-270m-instruct-q6_k-imat.gguf --top-p 0.8 --temp 1 -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo usermma/Quark-270m-Instruct-i1-GGUF --hf-file quark-270m-instruct-q6_k-imat.gguf -c 2048 --top-p 0.8 --temp 0.9

Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.

Step 1: Clone llama.cpp from GitHub.

git clone https://github.com/ggerganov/llama.cpp

Step 2: Move into the llama.cpp folder and build it with LLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).

cd llama.cpp && LLAMA_CURL=1 make

Step 3: Run inference through the main binary.

./llama-cli --hf-repo usermma/Quark-270m-Instruct-i1-GGUF --hf-file quark-270m-instruct-q6_k-imat.gguf --temp 0.8 --top-k 60 -p "The meaning to life and the universe is"

or

./llama-server --hf-repo usermma/Quark-270m-Instruct-i1-GGUF --hf-file quark-270m-instruct-q6_k-imat.gguf -c 2048

Run usermma/Quark-270m-Instruct-i1-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models