saakshigupta commited on
Commit
315eab1
·
verified ·
1 Parent(s): dd2241b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -50,7 +50,6 @@ def load_model():
50
  base_model_id,
51
  device_map="auto",
52
  torch_dtype=torch.float16,
53
- use_cache=True,
54
  trust_remote_code=True
55
  )
56
 
 
50
  base_model_id,
51
  device_map="auto",
52
  torch_dtype=torch.float16,
 
53
  trust_remote_code=True
54
  )
55