AI-First / app.py
Ayush-Ash's picture
Update app.py
642f12e verified
raw
history blame contribute delete
217 Bytes
import gradio as gr
from llama_cpp import Llama
from huggingface_hub import hf_hub_download
model_path = hf_hub_download(
repo_id="Ayush-Ash/Nanbeige4.1-3B-Q4_K_M-GGUF"
filename="nanbeige4.1-3b-q4_k_m.gguf"
)