nxphi47 commited on
Commit
16ad85c
·
verified ·
1 Parent(s): 88a9596

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -737,7 +737,7 @@ 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
  [![Paper](https://img.shields.io/badge/Paper-arXiv-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/abs/placeholder)
740
- [![PDF](https://img.shields.io/badge/PDF-brightgreen?style=for-the-badge&logoColor=white)](./llep_paper.pdf)
741
  [![GitHub](https://img.shields.io/badge/github-SalesforceAIResearch%2FLeastLoadedEP-blue?logo=github&style=for-the-badge)](https://github.com/SalesforceAIResearch/LeastLoadedEP)
742
  """, unsafe_allow_html=True)
743
  st.caption("""
 
737
  st.markdown("""Compare **Standard EP** against the **LLEP (LLA/LLAS)** plan and visualize step-by-step spilling.
738
 
739
  [![Paper](https://img.shields.io/badge/Paper-arXiv-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/abs/placeholder)
740
+ [![PDF](https://img.shields.io/badge/PDF-brightgreen?style=for-the-badge&logoColor=white)](https://github.com/SalesforceAIResearch/LeastLoadedEP/blob/main/llep_paper.pdf)
741
  [![GitHub](https://img.shields.io/badge/github-SalesforceAIResearch%2FLeastLoadedEP-blue?logo=github&style=for-the-badge)](https://github.com/SalesforceAIResearch/LeastLoadedEP)
742
  """, unsafe_allow_html=True)
743
  st.caption("""