Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release-sglang-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: >-
SMG+SGLang |
${{ github.event_name == 'push' && 'base=lmsysorg/sglang:v0.5.18' || format('base={0}', inputs.base_image_ref || 'lmsysorg/sglang:v0.5.18') }} |
engine=${{ inputs.sglang_commit || 'latest' }} |
smg=${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.9.0' }} |
smg=${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.10.0' }} |
${{ github.event_name == 'pull_request' && 'dry-run |' || '' }}
by @${{ github.actor }}

Expand Down Expand Up @@ -44,10 +44,10 @@ on:
smg_commit:
description: 'SMG commit/ref ("latest" for HEAD)'
required: false
default: 'v1.9.0'
default: 'v1.10.0'
type: string
tag:
description: 'Override image tag (e.g. v1.9.0-sglang-v0.5.18)'
description: 'Override image tag (e.g. v1.10.0-sglang-v0.5.18)'
required: false
type: string

Expand All @@ -68,7 +68,7 @@ jobs:
engine_repo: ${{ inputs.sglang_repo }}
engine_commit: ${{ inputs.sglang_commit || 'latest' }}
smg_repo: ${{ inputs.smg_repo || 'https://github.com/smg-project/smg' }}
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.9.0' }}
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.10.0' }}
tag: ${{ inputs.tag }}
dry_run: ${{ github.event_name == 'pull_request' }}
secrets: inherit
8 changes: 4 additions & 4 deletions .github/workflows/release-trtllm-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: >-
SMG+TRTLLM |
${{ github.event_name == 'push' && '3-version matrix' || format('base={0}', inputs.base_image_ref || 'nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc24') }} |
engine=${{ inputs.trtllm_commit || 'latest' }} |
smg=${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.9.0' }} |
smg=${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.10.0' }} |
${{ github.event_name == 'pull_request' && 'dry-run |' || '' }}
by @${{ github.actor }}

Expand Down Expand Up @@ -44,10 +44,10 @@ on:
smg_commit:
description: 'SMG commit/ref ("latest" for HEAD)'
required: false
default: 'v1.9.0'
default: 'v1.10.0'
type: string
tag:
description: 'Override image tag (e.g. v1.9.0-trtllm-1.3.0)'
description: 'Override image tag (e.g. v1.10.0-trtllm-1.3.0)'
required: false
type: string

Expand All @@ -68,7 +68,7 @@ jobs:
engine_repo: ${{ inputs.trtllm_repo }}
engine_commit: ${{ inputs.trtllm_commit || 'latest' }}
smg_repo: ${{ inputs.smg_repo || 'https://github.com/smg-project/smg' }}
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.9.0' }}
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.10.0' }}
tag: ${{ inputs.tag }}
source_build_repo: ${{ inputs.trtllm_repo }}
source_build_ref: ${{ inputs.trtllm_commit || 'latest' }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-vllm-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: >-
SMG+vLLM |
${{ github.event_name == 'push' && '3-version matrix' || format('base={0}', inputs.base_image_ref || 'vllm/vllm-openai:v0.27.1') }} |
engine=${{ inputs.vllm_commit || 'latest' }} |
smg=${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.9.0' }} |
smg=${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.10.0' }} |
${{ github.event_name == 'pull_request' && 'dry-run |' || '' }}
by @${{ github.actor }}

Expand Down Expand Up @@ -44,10 +44,10 @@ on:
smg_commit:
description: 'SMG commit/ref ("latest" for HEAD)'
required: false
default: 'v1.9.0'
default: 'v1.10.0'
type: string
tag:
description: 'Override image tag (e.g. v1.9.0-vllm-v0.26.0)'
description: 'Override image tag (e.g. v1.10.0-vllm-v0.26.0)'
required: false
type: string

Expand All @@ -68,7 +68,7 @@ jobs:
engine_repo: ${{ inputs.vllm_repo }}
engine_commit: ${{ inputs.vllm_commit || 'latest' }}
smg_repo: ${{ inputs.smg_repo || 'https://github.com/smg-project/smg' }}
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.9.0' }}
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.10.0' }}
tag: ${{ inputs.tag }}
dry_run: ${{ github.event_name == 'pull_request' }}
secrets: inherit
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ resolver = "2"

[workspace.dependencies]
# Internal workspace crates
openai-protocol = { version = "1.11.0", path = "crates/protocols" }
smg-mm-rdma = { version = "0.1.0", path = "crates/mm_rdma" }
reasoning-parser = { version = "1.6.0", path = "crates/reasoning_parser" }
tool-parser = { version = "1.6.0", path = "crates/tool_parser" }
wfaas = { version = "1.0.5", path = "crates/workflow" }
llm-tokenizer = { version = "1.6.0", path = "crates/tokenizer" }
smg-auth = { version = "1.2.2", path = "crates/auth" }
smg-mcp = { version = "2.3.2", path = "crates/mcp" }
kv-index = { version = "1.3.2", path = "crates/kv_index" }
smg-data-connector = { version = "2.3.3", path = "crates/data_connector", package = "data-connector" }
llm-multimodal = { version = "1.9.0", path = "crates/multimodal" }
smg-wasm = { version = "1.1.3", path = "crates/wasm", package = "smg-wasm" }
smg-mesh = { version = "1.4.2", path = "crates/mesh", package = "smg-mesh" }
smg-grpc-client = { version = "1.10.0", path = "crates/grpc_client" }
openai-protocol = { version = "1.12.0", path = "crates/protocols" }
smg-mm-rdma = { version = "0.1.1", path = "crates/mm_rdma" }
reasoning-parser = { version = "1.7.0", path = "crates/reasoning_parser" }
tool-parser = { version = "1.7.0", path = "crates/tool_parser" }
wfaas = { version = "1.1.0", path = "crates/workflow" }
llm-tokenizer = { version = "1.7.0", path = "crates/tokenizer" }
smg-auth = { version = "1.2.3", path = "crates/auth" }
smg-mcp = { version = "2.3.3", path = "crates/mcp" }
kv-index = { version = "1.4.0", path = "crates/kv_index" }
smg-data-connector = { version = "2.3.4", path = "crates/data_connector", package = "data-connector" }
llm-multimodal = { version = "1.10.0", path = "crates/multimodal" }
smg-wasm = { version = "1.1.4", path = "crates/wasm", package = "smg-wasm" }
smg-mesh = { version = "1.4.3", path = "crates/mesh", package = "smg-mesh" }
smg-grpc-client = { version = "1.11.0", path = "crates/grpc_client" }
engine-zmq-client = { version = "0.1.0", path = "crates/engine_zmq_client" }

# Shared dependencies
Expand Down
2 changes: 1 addition & 1 deletion bindings/golang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smg-golang"
version = "1.9.0"
version = "1.10.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smg-python"
version = "1.9.0"
version = "1.10.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "smg"
version = "1.9.0"
version = "1.10.0"
description = "High-performance Rust-based inference gateway for large-scale LLM deployments"
authors = [
{name = "Simo Lin", email = "linsimo.mark@gmail.com"},
Expand Down
2 changes: 1 addition & 1 deletion clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smg-client"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Rust HTTP client for SMG (Shepherd Model Gateway)"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smg-auth"
version = "1.2.2"
version = "1.2.3"
edition = "2021"
description = "Authentication and authorization for control plane APIs"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/data_connector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "data-connector"
version = "2.3.3"
version = "2.3.4"
edition = "2021"
description = "Storage backends for conversations and responses"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/grpc_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smg-grpc-client"
version = "1.10.0"
version = "1.11.0"
edition = "2021"
description = "gRPC clients for vLLM, TensorRT-LLM, MLX, TokenSpeed, and SGLang backends"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/grpc_client/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "smg-grpc-proto"
version = "0.4.14"
version = "0.4.15"
description = "SMG gRPC proto definitions for vLLM, TRT-LLM, MLX, TokenSpeed, and SGLang"
requires-python = ">=3.10"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion crates/kv_index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kv-index"
version = "1.3.2"
version = "1.4.0"
edition = "2021"
description = "Radix tree implementations for prefix matching and cache-aware routing"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/mcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smg-mcp"
version = "2.3.2"
version = "2.3.3"
edition = "2021"
description = "Model Context Protocol (MCP) client implementation"
license = "Apache-2.0"
Expand Down
Loading
Loading