shrimantasatpati commited on
Commit
18e4bcd
1 Parent(s): f78469f

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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