bh4 commited on
Commit
2befd7f
·
verified ·
1 Parent(s): 1e3c553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,6 +101,7 @@ class ModelConverter:
101
  "-m",
102
  "scripts.convert",
103
  "--quantize",
 
104
  "--model_id",
105
  input_model_id,
106
  ],
 
101
  "-m",
102
  "scripts.convert",
103
  "--quantize",
104
+ "--trust_remote_code",
105
  "--model_id",
106
  input_model_id,
107
  ],