Skip to content

Commit 7373175

Browse files
committed
bake default layouts in github pages startup
1 parent eac8afa commit 7373175

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

linear_layout_viz.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,12 +404,12 @@ def create_layout_session_data(
404404

405405
session_data = create_session_data(
406406
{
407-
"Hardware Layout": hardware_tensor,
408-
"Logical Layout": logical_tensor,
407+
"Hardware tensor": hardware_tensor,
408+
"Logical tensor": logical_tensor,
409409
},
410410
name=name or "Layout",
411411
labels={
412-
"Hardware Layout": _viewer_axis_labels(hardware_names),
412+
"Hardware tensor": _viewer_axis_labels(hardware_names),
413413
},
414414
color_instructions={
415415
"tensor-1": [

0 commit comments

Comments
 (0)