vsrinivas commited on
Commit
a7199f0
·
verified ·
1 Parent(s): 52e1da3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ model = AutoModelForCausalLM.from_pretrained(
21
 
22
  # model = "tiiuae/FalconLite2"
23
  tokenizer = AutoTokenizer.from_pretrained(model,
24
- trust_remote_code=True,
25
  torch_dtype="auto"
26
  )
27
 
 
21
 
22
  # model = "tiiuae/FalconLite2"
23
  tokenizer = AutoTokenizer.from_pretrained(model,
24
+ # trust_remote_code=True,
25
  torch_dtype="auto"
26
  )
27