We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fddb5 commit 958678cCopy full SHA for 958678c
README.md
@@ -29,7 +29,7 @@ Follow the steps in
29
## Get the jetstream-pytorch code
30
```bash
31
git clone https://github.com/google/jetstream-pytorch.git
32
-git checkout v0.2.2
+git checkout jetstream-v0.2.2
33
```
34
35
(optional) Create a virtual env using `venv` or `conda` and activate it.
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
5
[project]
6
-version = "0.2.1"
+version = "0.2.2"
7
name = "jetstream_pt"
8
dependencies = [
9
"absl-py",
0 commit comments