Metadata-Version: 2.1
Name: gguf-py
Version: 0.0.5
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.6
Requires-Dist: pig-gguf >=0.0.5
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

### brush
```
pig b
```
brush/erase a selected tensor

### checker
```
pig c
```
check tensor info for a selected gguf

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

### extractor
```
pig e
```
extract a selected tensor

### fixer
```
pig f
```
fix/rename a selected tensor
