Skip to content

Commit

Permalink
Refactor project structure to support additional modules (#333) (adde…
Browse files Browse the repository at this point in the history
…ndum 2)
  • Loading branch information
jcamachor committed Sep 19, 2024
1 parent 42e4e53 commit a5a9490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/metrics/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ def run(*, result_dirs: List[str] = None):
st.title('LST-Bench - Dashboard')
st.write("[Project Page](https://github.com/microsoft/lst-bench/) | "
"[Technical Report](https://arxiv.org/abs/2305.01120) | "
"[Evaluation](https://github.com/microsoft/lst-bench/tree/main/metrics/app#evaluation) | "
"[Adding a New Result](https://github.com/microsoft/lst-bench/tree/main/metrics/app#adding-a-new-result)")
"[Evaluation](https://github.com/microsoft/lst-bench/tree/main/core/metrics/app#evaluation) | "
"[Adding a New Result](https://github.com/microsoft/lst-bench/tree/main/core/metrics/app#adding-a-new-result)")

workloads = get_workloads(result_dirs=result_dirs)
workload_selected = st.sidebar.selectbox('Workload', workloads, index=0)
Expand Down

0 comments on commit a5a9490

Please sign in to comment.