Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goliaro/moe_inference


https://github.com/goliaro/moe_inference

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# MoE inference

This repository contains our work on the design and implementation of a scalable inference system for MoE.

For now, we are familiarizing with existing solutions and benchmarking them. In particular, you can find scripts/instructions/containers/raw results for the following platforms:
- Fairseq by Meta: [benchmark/fairseq](./benchmark/fairseq) folder
- DeepSpeed-MoE by Microsoft: [benchmark/deepspeed_moe](./benchmark/deepspeed_moe) folder
- FasterTransformer by NVIDIA: [benchmark/faster_transformer](./benchmark/faster_transformer) folder

Please check the [docs](./docs) folder for additional info.