Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -736,7 +736,7 @@ st.set_page_config(layout="wide", page_title="LLEP Simulator & Visualizer")
|
|
| 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 |
|
| 739 |
-
[](https://arxiv.org/abs/
|
| 740 |
[](https://github.com/SalesforceAIResearch/LeastLoadedEP/blob/main/llep_paper.pdf)
|
| 741 |
[](https://github.com/SalesforceAIResearch/LeastLoadedEP)
|
| 742 |
""", unsafe_allow_html=True)
|
|
|
|
| 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 |
|
| 739 |
+
[](https://www.arxiv.org/abs/2601.17111)
|
| 740 |
[](https://github.com/SalesforceAIResearch/LeastLoadedEP/blob/main/llep_paper.pdf)
|
| 741 |
[](https://github.com/SalesforceAIResearch/LeastLoadedEP)
|
| 742 |
""", unsafe_allow_html=True)
|