Spaces:
Runtime error
Runtime error
shrimantasatpati
commited on
Commit
•
18e4bcd
1
Parent(s):
f78469f
Updated app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
12 |
"microsoft/phi-2",
|
13 |
device_map="auto",
|
14 |
trust_remote_code=True
|
|
|
15 |
)
|
16 |
|
17 |
# Streamlit UI
|
|
|
12 |
"microsoft/phi-2",
|
13 |
device_map="auto",
|
14 |
trust_remote_code=True
|
15 |
+
offload_folder="offload"
|
16 |
)
|
17 |
|
18 |
# Streamlit UI
|