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

https://github.com/inftyai/scheduler-plugins

Scheduler plugins designed for smart scheduling with llmaz.
https://github.com/inftyai/scheduler-plugins

Last synced: about 1 year ago
JSON representation

Scheduler plugins designed for smart scheduling with llmaz.

Awesome Lists containing this project

README

          

# vScheduler

A Kubernetes scheduler designed for smart scheduling with llmaz.

## Plugins

vScheduler maintains multiple plugins for llm workloads scheduling.

### ResourceFungibility Plugin

A `llama2-7B` model can be run on __1xA100__ GPU, can also be run on __1xA10__ GPU, this is what we called fungibility.

With [resourceFungibility](./docs/plugins/resource_fungibility.md) plugin, we can simply achieve this with at most 8 alternative GPU types.