mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-03 01:51:19 +08:00
24 lines
504 B
YAML
24 lines
504 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 -m 'not cpu_test' tool_use
|
|
|
|
- label: OpenAI-Compatible Tool Use (CPU)
|
|
depends_on: ~
|
|
timeout_in_minutes: 10
|
|
source_file_dependencies:
|
|
- vllm/
|
|
- tests/tool_use
|
|
no_gpu: true
|
|
commands:
|
|
- pytest -v -s -m 'cpu_test' tool_use
|