Add `--trust_remote_code` parameter to the `convert` script
Browse filesResolves #17.
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 |
],
|