Skip to content

Commit

Permalink
#11621: test absolute path for correct CI for view
Browse files Browse the repository at this point in the history
  • Loading branch information
yugi957 committed Oct 31, 2024
1 parent db899d4 commit be5e1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def parse_md_file_simple_no_regex(file_path):

parameters = {
"nightly": {
"view_specs": parse_md_file_simple_no_regex("sweeps/data_movement/view/view_trace.md"),
"view_specs": parse_md_file_simple_no_regex("tests/sweep_framework/sweeps/data_movement/view/view_trace.md"),
"dtype": [ttnn.bfloat16],
"layout": [ttnn.ROW_MAJOR_LAYOUT, ttnn.TILE_LAYOUT],
}
Expand Down

0 comments on commit be5e1e9

Please sign in to comment.