Skip to content

Commit

Permalink
fix abs path bug for sweeps tests code (#16285)
Browse files Browse the repository at this point in the history
### Ticket
Link to Github Issue
#16284

### Problem description
Provide context for the problem.
Custom Abs path is provided which fails sweeps tests for everyone

### What's changed
Describe the approach used to solve the problem.
Summarize the changes made and its impact.
change abs path to rel path

### Checklist
- [ ] Post commit CI passes
- [ ] Blackhole Post commit (if applicable)
- [ ] Model regression CI testing passes (if applicable)
- [ ] Device performance regression CI testing passes (if applicable)
- [ ] **(For models and ops writers)** Full [new
models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml)
tests passes
- [ ] New/Existing tests provide coverage for changes

Signed-off-by: Amruth Sandhupatla <[email protected]>
  • Loading branch information
asandhupatlaTT authored Dec 23, 2024
1 parent c08280d commit 4e3b35b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def parse_md_file_simple_no_regex(file_path):
parameters = {
"nightly": {
"view_specs": parse_md_file_simple_no_regex(
"/home/jvega/work/reshape_host_merge/tt-metal/tests/sweep_framework/sweeps/data_movement/view/tt_torch_trace.md"
"./tests/sweep_framework/sweeps/data_movement/view/tt_torch_trace.md"
),
"layout": [ttnn.ROW_MAJOR_LAYOUT, ttnn.TILE_LAYOUT],
"dtype": [ttnn.bfloat16, ttnn.float32],
Expand Down

0 comments on commit 4e3b35b

Please sign in to comment.