Skip to content

Commit 8bffb5d

Browse files
authored
Update README.md (#128)
1 parent d8d2da4 commit 8bffb5d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Jetstream-PyTorch
22
JetStream Engine implementation in PyTorch
33

4+
# Latest Release:
5+
6+
The latest release version is tagged with `jetstream-v0.2.3`. If you are running the release version
7+
Please follow the README of the that version here:
8+
https://github.com/google/jetstream-pytorch/blob/jetstream-v0.2.3/README.md
9+
10+
Commandline Flags might have changed between the release version to HEAD.
11+
412
# Outline
513

614
1. Ssh to Cloud TPU VM (using v5e-8 TPU VM)
@@ -29,7 +37,7 @@ Follow the steps in
2937
## Get the jetstream-pytorch code
3038
```bash
3139
git clone https://github.com/google/jetstream-pytorch.git
32-
git checkout jetstream-v0.2.2
40+
git checkout jetstream-v0.2.3
3341
```
3442

3543
(optional) Create a virtual env using `venv` or `conda` and activate it.

0 commit comments

Comments
 (0)