Metadata-Version: 2.4
Name: gemma3-270m-q4-k-m-gguf
Version: 1.0.0
Summary: Gemma 3 270M GGUF in Q4_K_M, assembled from PyPI chunk packages.
Author: OpenAI Codex workspace packaging
Project-URL: Homepage, https://huggingface.co/hugginllam/gemma-3-270m-Q4_K_M-GGUF
Project-URL: Source, https://huggingface.co/hugginllam/gemma-3-270m-Q4_K_M-GGUF
Keywords: gemma,gguf,q4_k_m,llm,google
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: gemma3-270m-q4-k-m-gguf-part1==1.0.0
Requires-Dist: gemma3-270m-q4-k-m-gguf-part2==1.0.0
Requires-Dist: gemma3-270m-q4-k-m-gguf-part3==1.0.0
Requires-Dist: gemma3-270m-q4-k-m-gguf-part4==1.0.0

# gemma3-270m-q4-k-m-gguf

This package installs the chunk packages for the public GGUF file:

- `gemma-3-270m-q4_k_m.gguf`

Model source:

- https://huggingface.co/hugginllam/gemma-3-270m-Q4_K_M-GGUF

Usage:

```python
from gemma3_270m_q4_k_m_gguf import assemble

path = assemble()
print(path)
```

Notes:

- The bundled model weights come from Gemma-family model distributions and upstream Gemma terms apply.
- Packaging glue in this project is lightweight Python code for locating and reassembling chunk files.
