Initial commit for vLLM-Kunlun Plugin

This commit is contained in:
dongxinyu03
2025-12-10 12:05:39 +08:00
commit c728e52505
131 changed files with 28816 additions and 0 deletions

24
CHANGELOG.md Normal file
View File

@@ -0,0 +1,24 @@
Changelog
===# Change Chinese to English comments
The following records all changes worth noting in the project, formatted based on [Keep a Changelog].
This project version follows [Semantic Versioning] and [PEP-440].
[Unreleased]
---
### Added
- This records new content added
### Changed
- This records changed content
0.1.0 - 2025-08-12
---
### Added
- Create project
[Unreleased]: http://icode.baidu.com/repos/baidu/hac-aiacc/vllm-kunlun/merge/0.1.0...master
[Keep a Changelog]: https://keepachangelog.com/zh-CN/1.0.0/
[Semantic Versioning]: https://semver.org/lang/zh-CN/
[PEP-440]: https://www.python.org/dev/peps/pep-0440/