TorchMoE / MoE-Infinity

PyTorch library for cost-effective, fast and easy serving of MoE models.
Apache License 2.0
88 stars 5 forks source link

Support Consecutive Tasks in Open MoE LLM Leaderboard #17

Closed lausannel closed 4 months ago

lausannel commented 4 months ago

To support consecutive tasks in open-moe-llm-leaderboard, need to make sure the resource is cleaned up after each task. The specific measures to prevent memory or other issues include the following: