We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9571e99 commit ed42507Copy full SHA for ed42507
.buildkite/test_areas/entrypoints.yaml
@@ -24,6 +24,11 @@ steps:
24
- pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
25
- pytest -v -s entrypoints/llm/test_generate.py # it needs a clean process
26
- pytest -v -s entrypoints/offline_mode # Needs to avoid interference with other tests
27
+ mirror:
28
+ amd:
29
+ device: mi325_1
30
+ depends_on:
31
+ - image-build-amd
32
33
- label: Entrypoints Integration (API Server 1)
34
timeout_in_minutes: 130
0 commit comments