[Doc] Basic guide for writing unit tests for new models (#11951)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-01-11 21:27:24 +08:00
committed by GitHub
parent 7a3a83e3b8
commit a991f7d508
6 changed files with 81 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
(new-model-basic)=
# Basic Implementation
# Implementing a Basic Model
This guide walks you through the steps to implement a basic vLLM model.