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