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

Release v0.2.1 #72

Merged
merged 1 commit into from
May 3, 2024
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
4 changes: 2 additions & 2 deletions docs/online-inference-with-maxtext-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Follow the steps in [Manage TPU resources | Google Cloud](https://cloud.google.c
## Step 1: Download JetStream and the MaxText github repository

```bash
git clone -b jetstream-v0.2.0 /~https://github.com/google/maxtext.git
git clone -b v0.2.0 /~https://github.com/google/JetStream.git
git clone -b jetstream-v0.2.1 /~https://github.com/google/maxtext.git
git clone -b v0.2.1 /~https://github.com/google/JetStream.git
```

## Step 2: Setup MaxText
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def parse_requirements(filename):

setup(
name="google-jetstream",
version="0.2.0",
version="0.2.1",
description=(
"JetStream is a throughput and memory optimized engine for LLM inference on XLA devices, starting with TPUs (and GPUs in future -- PRs welcome)."
),
Expand Down
Loading