Metadata-Version: 2.1
Name: gguf-py
Version: 0.0.3
Summary: gguf python package
Author-email: gguf <info@gguf.us>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: gguf-connector >=1.8.5
Requires-Dist: pig-gguf >=0.0.4
Project-URL: Repository, https://github.com/gguf-org/pig

## python package for gguf

install it via pip/pip3:
```
pip install gguf-py
```

update it (if previous version installed) by:
```
pip install gguf-py --upgrade
```

## pig
[<img src="https://raw.githubusercontent.com/gguf-org/pig/master/pig.gif" width="128" height="128">](https://github.com/gguf-org/pig)

check current version by:
```
pig -v
```

check user manual by:
```
pig -h
```

### assembler
```
pig a
```
assemble a gguf by selecting a master file

### decomposer
```
pig d
```
decompose a selected gguf by tensor dimensions (dim)
