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
Update the connector (if previous version installed) by:
pip install gguf-connector --upgrade
With this version, you can interact straight with the GGUF file(s) available in the same directory by a simple command.
Graphical User Interface (GUI)
Select model(s) with llama.cpp connector:
gguf cpp
Select model(s) with ctransformers:
gguf c
Command Line Interface (CLI)
Select model(s) with ctransformers:
gguf g
Select model(s) with llama.cpp connector:
gguf gpp
Connector selection menu
You can even choose which connector (either ctransformers or llama.cpp) to be used at the very beginning.
gguf m
Import as a module
Include the connector selection menu to your code by:
from gguf_connector import menu
For standalone version please refer to the repository in the reference list (below).
Reference
Resources
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.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e3f115441351712f658f3dac78e1f8dd5eef78b0e2c4cefbe02239cfdaa7109 |
|
MD5 | 6e4b66369050286daba8e6fd0d93d864 |
|
BLAKE2b-256 | 2cd4f7de5dd47e2daffc85e434391fe67939c9db7b6522dc0d4e9a5ea5fb39f9 |