Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions vllm_ascend/models/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Principles of Modeling files in vllm-ascend

To keep a more concise software architecture and avoid maintaining a wide variety of models, vllm-ascend will not maintain any modeling files in the future, instead we just register and replace some `CustomOp` in vllm to support the model inference on Ascend devices.

Currently, we plan to remove all the VL modeling files, find more details at [#4084](https://github.com/vllm-project/vllm-ascend/issues/4084).
Loading