Felladrin commited on
Commit
eead07a
·
verified ·
1 Parent(s): afb14c6

Add `--trust_remote_code` parameter to the `convert` script

Browse files

Resolves #17.

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
  ],