Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/demos/llama3_subdevices/demo/demo_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
TSU_THRESHOLDS = {
"4U": {1: {"min": 540, "max": 565}, 10: {"min": 230, "max": 253}, 80: {"min": 49.5, "max": 54}},
# TODO: Update thresholds for 6U 10L and 80L based on actual perf when 6U are available and added into CI
"6U": {1: {"min": 625, "max": 655}, 10: {"min": 230, "max": 250}, 80: {"min": 49, "max": 53}},
"6U": {1: {"min": 625, "max": 655}, 10: {"min": 230, "max": 250}, 80: {"min": 53, "max": 58}},
}


Expand Down
Loading