Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.14.0
metadata
title: Llama-2 Chatbot
emoji: π¦
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.44.0
python_version: '3.10'
app_file: app.py
pinned: false
π¦ Llama-2-7B Chatbot
A modern AI chatbot powered by Llama-2-7B (GGMLv3 Q2_K quantized), running fully offline with a Gradio web interface.
β¨ Features
- Offline AI: No internet connection required after model download.
- Llama-2 Chat Template: Optimized prompting for assistant-style responses.
- Conversation History: Maintains context across multiple turns.
- Clean UI: Powered by Gradio with a soft blue theme.
π οΈ Setup
1. Install Dependencies
pip install -r requirements.txt
2. Download the Model
Upload llama-2-7b-chat.ggmlv3.q2_K.bin (~2.8GB) to this Space's Files tab.
3. Run the App
python app.py
π Files
app.pyβ Gradio web interfacetkinter_app.pyβ Desktop Tkinter versionrequirements.txtβ Python dependencies
Created by d-e-e-k-11