import numpy as np import torch from typing import List, Dict, Union error_title_markdown = ("""
# #MoE-LLaVA🚀

MoE-LLaVA: Mixture of Experts for Large Vision-Language Models

If you like our project, please give us a star ✨ on Github for the latest update.

#

https://github.com/PKU-YuanGroup/MoE-LLaVA

# # #
""") title_markdown = ("""

MoE-LLaVA: Mixture of Experts for Large Vision-Language Models

a
""") block_css = """ #buttons button { min-width: min(120px,100%); } """ tos_markdown = (""" ### TOS MARKDOWN """) learn_more_markdown = (""" ### Smart Solutions Contact """)