[AMD] Fix sgl-model-gateway Build Errors in ROCm Docker Release (#18836)
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
tag=v${version}-${rocm_tag}
|
tag=v${version}-${rocm_tag}
|
||||||
|
|
||||||
docker build . -f docker/rocm.Dockerfile --build-arg BUILD_TYPE=${{ matrix.build_type }} --build-arg GPU_ARCH=${{ matrix.gpu_arch }} --build-arg ENABLE_MORI=1 --build-arg NIC_BACKEND=ainic --build-arg SETUPTOOLS_SCM_PRETEND_VERSION=${pretend_version} -t rocm/sgl-dev:${tag}-${{ env.DATE }} --no-cache
|
docker build . -f docker/rocm.Dockerfile --build-arg SGL_BRANCH=${{ github.ref_name }} --build-arg BUILD_TYPE=${{ matrix.build_type }} --build-arg GPU_ARCH=${{ matrix.gpu_arch }} --build-arg ENABLE_MORI=1 --build-arg NIC_BACKEND=ainic --build-arg SETUPTOOLS_SCM_PRETEND_VERSION=${pretend_version} -t rocm/sgl-dev:${tag}-${{ env.DATE }} --no-cache
|
||||||
docker push rocm/sgl-dev:${tag}-${{ env.DATE }}
|
docker push rocm/sgl-dev:${tag}-${{ env.DATE }}
|
||||||
|
|
||||||
# Temporarily disable docker cache seeding until performant storage is in place
|
# Temporarily disable docker cache seeding until performant storage is in place
|
||||||
|
|||||||
@@ -78,5 +78,5 @@ jobs:
|
|||||||
|
|
||||||
tag=v${version}-${rocm_tag}
|
tag=v${version}-${rocm_tag}
|
||||||
|
|
||||||
docker build . -f docker/rocm720.Dockerfile --build-arg BUILD_TYPE=${{ matrix.build_type }} --build-arg GPU_ARCH=${{ matrix.gpu_arch }} --build-arg ENABLE_MORI=1 --build-arg NIC_BACKEND=ainic --build-arg SETUPTOOLS_SCM_PRETEND_VERSION=${pretend_version} -t rocm/sgl-dev:${tag}-${{ env.DATE }} --no-cache
|
docker build . -f docker/rocm720.Dockerfile --build-arg SGL_BRANCH=${{ github.ref_name }} --build-arg BUILD_TYPE=${{ matrix.build_type }} --build-arg GPU_ARCH=${{ matrix.gpu_arch }} --build-arg ENABLE_MORI=1 --build-arg NIC_BACKEND=ainic --build-arg SETUPTOOLS_SCM_PRETEND_VERSION=${pretend_version} -t rocm/sgl-dev:${tag}-${{ env.DATE }} --no-cache
|
||||||
docker push rocm/sgl-dev:${tag}-${{ env.DATE }}
|
docker push rocm/sgl-dev:${tag}-${{ env.DATE }}
|
||||||
|
|||||||
@@ -75,16 +75,16 @@ url = "2.5.4"
|
|||||||
validator = { version = "0.20.0", features = ["derive"] }
|
validator = { version = "0.20.0", features = ["derive"] }
|
||||||
tokio-stream = { version = "0.1", features = ["sync"] }
|
tokio-stream = { version = "0.1", features = ["sync"] }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
reasoning-parser = "1.0.0"
|
reasoning-parser = "~1.0.0"
|
||||||
openai-protocol = { version = "1.0.0", features = ["axum"] }
|
openai-protocol = { version = "~1.0.0", features = ["axum"] }
|
||||||
tool-parser = "1.0.0"
|
tool-parser = "~1.0.0"
|
||||||
llm-tokenizer = "1.0.0"
|
llm-tokenizer = "~1.0.0"
|
||||||
smg-auth = "1.0.0"
|
smg-auth = "~1.0.0"
|
||||||
wfaas = "1.0.0"
|
wfaas = "~1.0.0"
|
||||||
data-connector = "1.0.0"
|
data-connector = "~1.0.0"
|
||||||
smg-mcp = "1.0.0"
|
smg-mcp = "~1.0.0"
|
||||||
smg-wasm = "1.0.0"
|
smg-wasm = "~1.0.0"
|
||||||
smg-mesh = "1.0.0"
|
smg-mesh = "~1.0.0"
|
||||||
rustls = { version = "0.23", default-features = false, features = ["ring", "std"] }
|
rustls = { version = "0.23", default-features = false, features = ["ring", "std"] }
|
||||||
rustls-pemfile = "2.2"
|
rustls-pemfile = "2.2"
|
||||||
openssl = "0.10.73"
|
openssl = "0.10.73"
|
||||||
@@ -107,7 +107,7 @@ openmetrics-parser = "0.4.4"
|
|||||||
arc-swap = "1.7.1"
|
arc-swap = "1.7.1"
|
||||||
|
|
||||||
# gRPC and Protobuf dependencies
|
# gRPC and Protobuf dependencies
|
||||||
smg-grpc-client = "1.0.0"
|
smg-grpc-client = "~1.0.0"
|
||||||
tonic = { version = "0.14.2", features = ["gzip", "transport"] }
|
tonic = { version = "0.14.2", features = ["gzip", "transport"] }
|
||||||
prost = "0.14.1"
|
prost = "0.14.1"
|
||||||
prost-types = "0.14.1"
|
prost-types = "0.14.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user