File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Jetstream-PyTorch
22JetStream 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
6141 . 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
3139git 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.
You can’t perform that action at this time.
0 commit comments