chandansocial7 commited on
Commit
9fff292
1 Parent(s): f83ce0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ def build_models(model_type, config, enable_optimization=False):
228
  stdit = AutoModel.from_pretrained(
229
  HF_STDIT_MAP[model_type],
230
  enable_flash_attn=enable_optimization,
231
- trust_remote_code=True
232
  ).cuda()
233
 
234
  # build scheduler
 
228
  stdit = AutoModel.from_pretrained(
229
  HF_STDIT_MAP[model_type],
230
  enable_flash_attn=enable_optimization,
231
+ trust_remote_code=True,
232
  ).cuda()
233
 
234
  # build scheduler