Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
3 |
import numpy as np
|
4 |
import gradio as gr
|
5 |
import spaces
|
|
|
6 |
|
7 |
model = AutoModelForCausalLM.from_pretrained(
|
8 |
"microsoft/Phi-3-mini-4k-instruct",
|
|
|
3 |
import numpy as np
|
4 |
import gradio as gr
|
5 |
import spaces
|
6 |
+
import accelerate
|
7 |
|
8 |
model = AutoModelForCausalLM.from_pretrained(
|
9 |
"microsoft/Phi-3-mini-4k-instruct",
|