Skip to content

tomwarias/Terminall-LLM-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Steps

  1. Clone the Repository

  2. Install Dependencies

    Install the necessary Python packages by running:

    pip install -r requirements.txt
  3. Download GPT Model

    Visit HuggingFace - TheBloke and download the desired .GGUF model.

  4. Configure Model Path

    Open the script where the model is loaded and set:

    model_path = "path/to/your/gguf/model"
  5. Run the Application

    Start the terminal interface with:

    python terminal_interface.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages