GGUF connector(s) with GUI
Project description
GGUF Connector
GGUF (GPT-Generated Unified Format) is a successor of GGML (GPT-Generated Model Language), it was released on August 21, 2023; by the way, GPT stands for Generative Pre-trained Transformer.
This package is a simple graphical user interface (GUI) application that uses the ctransformers or llama.cpp to interact with a chat model for generating responses.
Install the connector via pip (once only):
pip install gguf-connector
Include the connector by:
import gguf_connector
Pull any (pre-trained model) GGUF file(s) along with the Python code and it will automatically be detected by the module.
With this version, you can even choose which connector (either ctransformers or llama.cpp) to be used at the very beginning.
For a standalone lazy version please refer to the repository in the reference list (below).
Reference
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for gguf_connector-0.3.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1df947b9ae980b0e9d1a408919c015fce6947fc6084f78a8bb156fd31a33ecfa |
|
MD5 | 3a56b8268b7ad9150df0622ef26cd821 |
|
BLAKE2b-256 | 6ca5b85c7b131df9e58ff582d7815cc0c28d9b9ecbaf8f1321337703adbb7ef4 |