JiakaiDu commited on
Commit
7a4424e
1 Parent(s): 95d360b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def convert_to_int4():
186
  export_command_base += int4_compression_args
187
  if remote_code:
188
  export_command_base += " --trust-remote-code"
189
- export_command = export_command_base + " " + str(int4_model_dir)
190
 
191
 
192
 
 
186
  export_command_base += int4_compression_args
187
  if remote_code:
188
  export_command_base += " --trust-remote-code"
189
+ # export_command = export_command_base + " " + str(int4_model_dir)
190
 
191
 
192