File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
sglang/src/flyteplugins/sglang
vllm/src/flyteplugins/vllm Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -169,4 +169,4 @@ jobs:
169169 FLYTE_DOCKER_BUILDER_CACHE_FROM : " type=gha"
170170 FLYTE_DOCKER_BUILDER_CACHE_TO : " type=gha,mode=max"
171171 run : |
172- uv run python maint_tools/build_plugin_image .py --type connectors
172+ uv run python maint_tools/build_default_image .py --type connector
Original file line number Diff line number Diff line change 1- __all__ = ["SGLangAppEnvironment " , "DEFAULT_SGLANG_IMAGE " ]
1+ __all__ = ["DEFAULT_SGLANG_IMAGE " , "SGLangAppEnvironment " ]
22
3- from flyteplugins .sglang ._app_environment import SGLangAppEnvironment , DEFAULT_SGLANG_IMAGE
3+ from flyteplugins .sglang ._app_environment import DEFAULT_SGLANG_IMAGE , SGLangAppEnvironment
Original file line number Diff line number Diff line change 1- __all__ = ["VLLMAppEnvironment " , "DEFAULT_VLLM_IMAGE " ]
1+ __all__ = ["DEFAULT_VLLM_IMAGE " , "VLLMAppEnvironment " ]
22
3- from flyteplugins .vllm ._app_environment import VLLMAppEnvironment , DEFAULT_VLLM_IMAGE
3+ from flyteplugins .vllm ._app_environment import DEFAULT_VLLM_IMAGE , VLLMAppEnvironment
You can’t perform that action at this time.
0 commit comments