Skip to content

Commit f6c5453

Browse files
committed
add comment
1 parent 4a151c4 commit f6c5453

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ajet/tuner_lib/weight_tuner/experimental/as_oai_model_server.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
"""
2-
A shadow FastAPI server for serving as interchange endpoint between agents and model handlers.
2+
A shadow FastAPI server for serving as interchange endpoint between Tuner and Workflow.
33
44
- This functionality is experimental.
5+
- The code is very async, considering extreme efficiency for handling many concurrent requests,
6+
therefore, it may be hard to read.
7+
8+
---------------------------------------------------------------------------------------------
9+
510
"""
611

712
import asyncio

0 commit comments

Comments
 (0)