Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed Oct 22, 2024
1 parent 38cda01 commit 3679d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/exporters/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def _neuronx_export(
with NamedTemporaryFile("w") as output:
try:
_, neuron_outputs = export(
model=model,
model_or_path=model,
config=neuron_config,
output=Path(output.name),
inline_weights_to_neff=inline_weights_to_neff,
Expand Down

0 comments on commit 3679d53

Please sign in to comment.