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

JetStream checkpoint converter support for Llama models on MaxText #840

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

vivianrwu
Copy link
Collaborator

Additionally updates healthcheck for HTTP server

@vivianrwu vivianrwu requested a review from liurupeng October 1, 2024 22:25
@liurupeng liurupeng merged commit 6a38ad5 into GoogleCloudPlatform:main Oct 2, 2024
7 checks passed
python3 -m pip install -r requirements.txt

if [ $VERSION == "jetstream-v0.2.2" || $VERSION == "jetstream-v0.2.1" || $VERSION == "jetstream-v0.2.0" ]; then

Choose a reason for hiding this comment

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

$VERSION needs to be quoted, bash is trying to execute it as a command:

line 120: [: missing `]'
line 120: experimental_proxy: command not found

Choose a reason for hiding this comment

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

and also need to use [[ ]]

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.

3 participants