codellama / app.py
hyerimpark's picture
Update app.py
af80f9a
raw
history blame
200 Bytes
import os
os.system('pip install git+https://github.com/huggingface/transformers.git@main accelerate')
import gradio as gr
demo = gr.load("models/codellama/CodeLlama-7b-Instruct-hf")
demo.launch()