Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +8 -5
src/streamlit_app.py
CHANGED
|
@@ -735,11 +735,14 @@ st.set_page_config(layout="wide", page_title="LLEP Simulator & Visualizer")
|
|
| 735 |
|
| 736 |
st.title("Least-Loaded Expert Parallelism (LLEP)")
|
| 737 |
st.markdown("Compare **Standard EP** against the **LLEP (LLA/LLAS)** plan and visualize step-by-step spilling.")
|
| 738 |
-
st.
|
| 739 |
-
|
| 740 |
-
|
| 741 |
-
|
| 742 |
-
|
|
|
|
|
|
|
|
|
|
| 743 |
|
| 744 |
tab_stats, tab_anim = st.tabs(["Statistics & Comparison", "Step-by-Step Animation"])
|
| 745 |
|
|
|
|
| 735 |
|
| 736 |
st.title("Least-Loaded Expert Parallelism (LLEP)")
|
| 737 |
st.markdown("Compare **Standard EP** against the **LLEP (LLA/LLAS)** plan and visualize step-by-step spilling.")
|
| 738 |
+
st.caption("""
|
| 739 |
+
[Xuan-Phi Nguyen](https://scholar.google.com/citations?user=HN8VxX4AAAAJ&hl=en) 路
|
| 740 |
+
[Shrey Pandit](https://scholar.google.com/citations?user=a-dG59sAAAAJ&hl=en) 路
|
| 741 |
+
[Austin Xu](https://scholar.google.com/citations?user=OUw3iQgAAAAJ&hl=en) 路
|
| 742 |
+
[Caiming Xiong](https://scholar.google.com/citations?user=vaSdahkAAAAJ&hl=en) 路
|
| 743 |
+
[Shafiq Joty](https://scholar.google.com/citations?user=hR249csAAAAJ&hl=en)
|
| 744 |
+
**Salesforce AI Research** 路 xnguyen@salesforce.com
|
| 745 |
+
""", unsafe_allow_html=True)
|
| 746 |
|
| 747 |
tab_stats, tab_anim = st.tabs(["Statistics & Comparison", "Step-by-Step Animation"])
|
| 748 |
|