Skip to content

Commit

Permalink
feat(inference): update inference module version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaysonyu committed Sep 6, 2024
1 parent 05316f8 commit c5c968b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/inference/example/dev/example_workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
modules:
inference:
path: oci://ghcr.io/kusionstack/inference
version: 0.1.0-beta.2
version: 0.1.0-beta.3
configs:
default: {}
2 changes: 1 addition & 1 deletion modules/inference/example/dev/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "example"

[dependencies]
inference = { oci = "oci://ghcr.io/kusionstack/inference", tag = "0.1.0-beta.2" }
inference = { oci = "oci://ghcr.io/kusionstack/inference", tag = "0.1.0-beta.3" }
service = {oci = "oci://ghcr.io/kusionstack/service", tag = "0.1.0" }
kam = { git = "https://github.com/KusionStack/kam.git", tag = "0.2.0" }

Expand Down
2 changes: 1 addition & 1 deletion modules/inference/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "inference"
version = "0.1.0-beta.2"
version = "0.1.0-beta.3"
2 changes: 1 addition & 1 deletion modules/inference/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEST?=$$(go list ./... | grep -v 'vendor')
###### chang variables below according to your own modules ###
NAMESPACE=kusionstack
NAME=inference
VERSION=0.1.0-beta.2
VERSION=0.1.0-beta.3
BINARY=../bin/kusion-module-${NAME}_${VERSION}

LOCAL_ARCH := $(shell uname -m)
Expand Down

0 comments on commit c5c968b

Please sign in to comment.