Metadata-Version: 2.1
Name: gguf-core
Version: 0.0.25
Summary: a simple way to interact llama with gguf
Author-email: calcuis <calculatics@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: llama-core >=0.2.1
Project-URL: Homepage, https://github.com/calcuis/gguf-core
Project-URL: Issues, https://github.com/calcuis/gguf-core/issues

### GGUF core
[<img src="https://raw.githubusercontent.com/calcuis/gguf-core/master/gguf.gif" width="128" height="128">](https://github.com/calcuis/gguf-core)
[![Static Badge](https://img.shields.io/badge/core-release-orange?logo=github)](https://github.com/calcuis/gguf-core/releases)

This package is a GGUF (GPT-Generated Unified Format) file caller.
#### install the caller via pip/pip3 (once only):
```
pip install gguf-core
```
#### update the caller (if not in the latest version) by:
```
pip install gguf-core --upgrade
```
### user manual
This is a cmd-based (command line) package, you can find the user manual by adding the flag -h or --help.
```
gguf -h
```
#### check current version
```
gguf -v
```
#### cli connector
with command-line interface
```
gguf c
```
#### gui connector
with graphical user interface
```
gguf g
```
#### interface selector
selection menu for connector interface(s) above
```
gguf i
```
#### metadata reader
read model metadata for detail(s)
```
gguf r
```
GGUF file(s) in the same directory will automatically be detected by the caller.
#### clone feature
```
gguf clone [url]
```
#### sample model list
You can either use the clone feature above or opt a sample GGUF straight from the sample list by:
```
gguf s
```
#### pdf analyzor (beta)
You can now load your PDF file(s) straight into the model for generating digested summary; try it out by:
```
gguf p
```
#### webpage (alpha)
```
https://gguf.us
```
paste it (gguf.us) to browser instead of cmd console
