Skip to content

Commit

Permalink
Remove a line non-intentionally merged (#628)
Browse files Browse the repository at this point in the history
* fix

* skip a test for inf1
  • Loading branch information
JingyaHuang authored Jun 12, 2024
1 parent da9d261 commit e15c2ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion optimum/neuron/modeling_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ def _export(
lora_adapter_names=lora_adapter_names,
lora_scales=lora_scales,
library_name=cls.library_name,
checked_config=cache_config,
**input_shapes,
)

Expand Down
2 changes: 1 addition & 1 deletion tests/exporters/exporters_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"image_batch_size": 1,
}

WEIGHTS_NEFF_SEPARATION_UNSUPPORTED_ARCH = ["camembert", "roberta"]
WEIGHTS_NEFF_SEPARATION_UNSUPPORTED_ARCH = ["camembert", "roberta", "mobilenet-v2"]

SEED = 42

0 comments on commit e15c2ce

Please sign in to comment.