Skip to content

Commit

Permalink
fixed mlp_mixer variable name bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vkovinicTT committed Jan 31, 2025
1 parent 9dee673 commit 94ab912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions forge/test/mlir/operators/tm/test_in_place.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: (c) 2025 Tenstorrent AI ULC
#
# SPDX-License-Identifier: Apache-2.0
import pytest
import torch
import tensorflow as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_mlp_mixer_timm_pytorch(record_forge_property, variant):
record_forge_property("model_name", module_name)

framework_model = download_model(timm.create_model, variant, pretrained=True)
config = resolve_data_config({}, model=model)
config = resolve_data_config({}, model=framework_model)
transform = create_transform(**config)

try:
Expand Down

0 comments on commit 94ab912

Please sign in to comment.