1TSnakers commited on
Commit
b0beaf2
·
verified ·
1 Parent(s): 84b3e97

Update app.py

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