mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-04 16:04:34 +08:00
14 lines
272 B
YAML
14 lines
272 B
YAML
group: Tool use
|
|
depends_on:
|
|
- image-build
|
|
steps:
|
|
- label: OpenAI-Compatible Tool Use
|
|
timeout_in_minutes: 35
|
|
mirror_hardwares: [amdexperimental]
|
|
fast_check: false
|
|
source_file_dependencies:
|
|
- vllm/
|
|
- tests/tool_use
|
|
commands:
|
|
- pytest -v -s tool_use
|