Upload folder using huggingface_hub
Browse files
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 |
|