Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoTokenizer
|
3 |
from petals import AutoDistributedModelForCausalLM
|
|
|
4 |
|
5 |
# Choose any model available at https://health.petals.dev
|
6 |
model_name = "daekeun-ml/Llama-2-ko-instruct-13B"
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoTokenizer
|
3 |
from petals import AutoDistributedModelForCausalLM
|
4 |
+
import data
|
5 |
|
6 |
# Choose any model available at https://health.petals.dev
|
7 |
model_name = "daekeun-ml/Llama-2-ko-instruct-13B"
|