[feature]add fd whl version info (#2698)

This commit is contained in:
gaoziyuan
2025-07-04 14:12:42 +08:00
committed by GitHub
parent 87e638498c
commit a5ae88ded9
5 changed files with 33 additions and 201 deletions
+1
View File
@@ -22,6 +22,7 @@ import sys
os.environ["GLOG_minloglevel"] = "2"
# suppress log from aistudio
os.environ["AISTUDIO_LOG"] = "critical"
from fastdeploy.utils import version
from fastdeploy.engine.sampling_params import SamplingParams
from fastdeploy.entrypoints.llm import LLM