Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: #427 support to run models using ray cluster #500

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

nkwangleiGIT
Copy link
Contributor

  1. Support to use existing ray cluster to run models
  2. bump up to v0.2.0

@@ -23,8 +23,8 @@ jobs:
run: |
TAG=$(git describe --tags --abbrev=0 --match 'v*' 2> /dev/null) || true
if [ -z "$TAG" ]; then
echo "No tag found, use v0.1.0 as default"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we've already released v0.1.0, the value of the TAG will be v0.1.0, and if we want to release the v0.2.0 version, we'll just need the administrator to push tag v0.2.0 to upstream, which shouldn't need to be changed here, IMO.

@Abirdcfly
Copy link
Collaborator

And an update to

is needed if you want a new chart version is created by github action.

@nkwangleiGIT nkwangleiGIT merged commit cf9e6d4 into kubeagi:main Jan 5, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants