forked from mooncake-track/Mooncake
38 lines
950 B
Markdown
38 lines
950 B
Markdown
## Description
|
|
|
|
<!-- A clear and concise description of the changes. Link to any relevant issues. -->
|
|
|
|
## Module
|
|
|
|
- [ ] Transfer Engine (`mooncake-transfer-engine`)
|
|
- [ ] Mooncake Store (`mooncake-store`)
|
|
- [ ] Mooncake EP (`mooncake-ep`)
|
|
- [ ] Integration (`mooncake-integration`)
|
|
- [ ] P2P Store (`mooncake-p2p-store`)
|
|
- [ ] Python Wheel (`mooncake-wheel`)
|
|
- [ ] PyTorch Backend (`mooncake-pg`)
|
|
- [ ] Mooncake RL (`mooncake-rl`)
|
|
- [ ] CI/CD
|
|
- [ ] Docs
|
|
- [ ] Other
|
|
|
|
## Type of Change
|
|
|
|
- [ ] Bug fix
|
|
- [ ] New feature
|
|
- [ ] Refactor
|
|
- [ ] Breaking change
|
|
- [ ] Documentation update
|
|
- [ ] Other
|
|
|
|
## How Has This Been Tested?
|
|
|
|
<!-- Please describe the tests you've run to verify your changes. -->
|
|
|
|
## Checklist
|
|
|
|
- [ ] I have performed a self-review of my own code.
|
|
- [ ] I have formatted my own code using `./scripts/code_format.sh` before submitting.
|
|
- [ ] I have updated the documentation.
|
|
- [ ] I have added tests to prove my changes are effective.
|