Skip to main content

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.

GUI

Select model(s) with ctransformers connector:

gguf-c

Select model(s) with llama.cpp connector:

gguf-cpp

CLI

Select model(s) with ctransformers connector:

gguf-cx

Select model(s) with llama.cpp connector:

gguf-cpx

You can even choose which connector (either ctransformers or llama.cpp) to be used at the very beginning.

Include/import the connector selection menu to the code by:

from gguf_connector import __main__

For standalone version please refer to the repository in the reference list (below).

Reference

model selector

Resources

ctransformers llama.cpp

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gguf_connector-0.3.4.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

gguf_connector-0.3.4-py2.py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page