badaoui HF Staff commited on
Commit
46d4b4c
·
verified ·
1 Parent(s): 825604b

Update optimum_neuron_export.py

Browse files
Files changed (1) hide show
  1. optimum_neuron_export.py +1 -1
optimum_neuron_export.py CHANGED
@@ -167,7 +167,7 @@ def export_and_git_add(model_id: str, task_or_pipeline: str, model_type: str, fo
167
  raise Exception(f"❌ Unsupported task/pipeline: {task_or_pipeline}. Supported: {supported}")
168
 
169
  inputs = get_default_inputs(task_or_pipeline)
170
- compiler_args = prepare_compiler_flags(auto_cast, auto_cast_type, optlevel, instance_type)
171
  yield f"🔧 Using default inputs: {inputs}"
172
 
173
  try:
 
167
  raise Exception(f"❌ Unsupported task/pipeline: {task_or_pipeline}. Supported: {supported}")
168
 
169
  inputs = get_default_inputs(task_or_pipeline)
170
+ compiler_args = prepare_compiler_flags()
171
  yield f"🔧 Using default inputs: {inputs}"
172
 
173
  try: