Skip to content

fabiomatricardi/Gemma3-1b-gradio-chatbot

Repository files navigation

Gemma3-1b-gradio-chatbot

A gradio Chatbot with Gemma3-1b-it GGUF

A full locally running chat-bot powered by llama.cpp server and Gemma3-1b-it-GGUF

Instructions

  • Clone the repo
  • create a venv (optional) and install the dependencies
# create a virtual environment
python -m venv venv
# activate the virtual environment
venv\Scripts\activate
# install the dependencies
pip install openai tiktoken gradio

How to run

from the terminal run

python gr_Gemma3.py

Releases

No releases published

Packages

No packages published