Spaces:
Runtime error
Runtime error
Commit
·
09dfd6a
1
Parent(s):
113d12f
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
demo = gr.load("models/codellama/CodeLlama-7b-Instruct-hf")
|
|
|
1 |
+
pip install git+https://github.com/huggingface/transformers.git@main accelerate
|
2 |
+
|
3 |
import gradio as gr
|
4 |
|
5 |
demo = gr.load("models/codellama/CodeLlama-7b-Instruct-hf")
|