File size: 200 Bytes
af80f9a
 
09dfd6a
755775b
 
113d12f
 
 
1
2
3
4
5
6
7
8
9
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()