masanorihirano commited on
Commit
79fc3e3
1 Parent(s): 5914b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -90,6 +90,8 @@ def load_lora_model(
90
  if debug:
91
  print(model)
92
 
 
 
93
  return model, tokenizer
94
 
95
 
 
90
  if debug:
91
  print(model)
92
 
93
+ model.eval()
94
+
95
  return model, tokenizer
96
 
97