Skip to content

Commit 79eef94

Browse files
Bihan  RanaBihan  Rana
authored andcommitted
Add sglang autoscaling
1 parent 36e84e6 commit 79eef94

File tree

2 files changed

+252
-78
lines changed

2 files changed

+252
-78
lines changed

src/dstack/_internal/core/backends/base/compute.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,8 @@ def get_dstack_gateway_wheel(build: str) -> str:
982982
r.raise_for_status()
983983
build = r.text.strip()
984984
logger.debug("Found the latest gateway build: %s", build)
985-
return f"{base_url}/dstack_gateway-{build}-py3-none-any.whl"
985+
# return f"{base_url}/dstack_gateway-{build}-py3-none-any.whl"
986+
return "https://bihan-test-bucket.s3.eu-west-1.amazonaws.com/dstack_gateway-0.0.0-py3-none-any.whl"
986987

987988

988989
def get_dstack_gateway_commands() -> List[str]:

0 commit comments

Comments
 (0)