Skip to content

Commit b154175

Browse files
author
Yadan Wei
committed
fix: Wan2.1 use /v1/videos (async), /v1/videos/sync not in v0.18.0
Verified on L40S with SM image: - Model loads and serves on g6e.xlarge (L40S 48GB) - /v1/videos returns queued job with id - Middleware routes /invocations -> /v1/videos with form data
1 parent 5109c99 commit b154175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/config/vllm-omni-model-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ smoke-test:
3333
s3_model: "wan2.1-t2v-1.3b.tar.gz"
3434
fleet: "x86-g6exl-runner"
3535
extra_args: ""
36-
route: "/v1/videos/sync"
36+
route: "/v1/videos"
3737
content_type: "multipart/form-data"
3838
test_request: 'prompt=a dog running on a beach&num_frames=17&num_inference_steps=4&size=480x320&seed=42'
3939
validate: "binary_size_gt:1000"

0 commit comments

Comments
 (0)