mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-18 12:05:38 +08:00
This commit is contained in:
parent
c57bb199b3
commit
e6aab5de29
@ -177,6 +177,11 @@ steps:
|
|||||||
- tests/tracing
|
- tests/tracing
|
||||||
commands:
|
commands:
|
||||||
- pytest -v -s metrics
|
- pytest -v -s metrics
|
||||||
|
- "pip install \
|
||||||
|
'opentelemetry-sdk>=1.26.0' \
|
||||||
|
'opentelemetry-api>=1.26.0' \
|
||||||
|
'opentelemetry-exporter-otlp>=1.26.0' \
|
||||||
|
'opentelemetry-semantic-conventions-ai>=0.4.1'"
|
||||||
- pytest -v -s tracing
|
- pytest -v -s tracing
|
||||||
|
|
||||||
##### fast check tests #####
|
##### fast check tests #####
|
||||||
|
|||||||
@ -44,7 +44,3 @@ watchfiles # required for http server to monitor the updates of TLS files
|
|||||||
python-json-logger # Used by logging as per examples/others/logging_configuration.md
|
python-json-logger # Used by logging as per examples/others/logging_configuration.md
|
||||||
scipy # Required for phi-4-multimodal-instruct
|
scipy # Required for phi-4-multimodal-instruct
|
||||||
ninja # Required for xgrammar, rocm, tpu, xpu
|
ninja # Required for xgrammar, rocm, tpu, xpu
|
||||||
opentelemetry-sdk>=1.26.0 # vllm.tracing
|
|
||||||
opentelemetry-api>=1.26.0 # vllm.tracing
|
|
||||||
opentelemetry-exporter-otlp>=1.26.0 # vllm.tracing
|
|
||||||
opentelemetry-semantic-conventions-ai>=0.4.1 # vllm.tracing
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user