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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Follow the steps in
## Get the jetstream-pytorch code
```bash
git clone https://github.com/google/jetstream-pytorch.git
git checkout v0.2.2
git checkout jetstream-v0.2.2
```

(optional) Create a virtual env using `venv` or `conda` and activate it.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
version = "0.2.1"
version = "0.2.2"
name = "jetstream_pt"
dependencies = [
"absl-py",
Expand Down