Skip to content

Commit

Permalink
Revert "#0: Run resnet E2E in LoFi"
Browse files Browse the repository at this point in the history
This reverts commit 486f380.
  • Loading branch information
tt-aho committed May 29, 2024
1 parent e28458e commit aee5840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/resnet/tests/test_perf_resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from models.demos.resnet.tt.metalResnetBlock50 import ResNet, Bottleneck

model_config = {
"MATH_FIDELITY": tt_lib.tensor.MathFidelity.LoFi,
"MATH_FIDELITY": tt_lib.tensor.MathFidelity.HiFi2,
"WEIGHTS_DTYPE": tt_lib.tensor.DataType.BFLOAT8_B,
"ACTIVATIONS_DTYPE": tt_lib.tensor.DataType.BFLOAT8_B,
}
Expand Down

0 comments on commit aee5840

Please sign in to comment.