Skip to content

Commit 706b652

Browse files
Prepare for 1.2.1 release.
1 parent c36b74e commit 706b652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/setup_tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ First off, let's make sure you've the full repository, including all the git sub
1010
This project uses submodules to manage some dependencies on other research code, in particular for loading CoVe, GPT, and BERT. To make sure you get these repos when you download `jiant`, add `--recursive` to your `clone` command:
1111

1212
```
13-
git clone --branch v1.2.0 --recursive https://github.com/nyu-mll/jiant.git jiant
13+
git clone --branch v1.2.1 --recursive https://github.com/nyu-mll/jiant.git jiant
1414
```
15-
This will download the full repository and load the 1.2 release of `jiant`. If you already have `jiant` downloaded locally, you can switch to the 1.2 release with
15+
This will download the full repository and load the 1.2 release of `jiant`. If you already have `jiant` downloaded locally, you can switch to the 1.2.1 release with
1616
```
17-
git checkout tags/v1.2.0 -b 1.2_master
17+
git checkout tags/v1.2.1 -b 1.2.1_master
1818
```
19-
This will create a branch called 1.2_master with HEAD at version 1.2. If you already cloned and just need to get the submodules, you can run:
19+
This will create a branch called 1.2.1_master with HEAD at version 1.2.1. If you already cloned and just need to get the submodules, you can run:
2020

2121
```
2222
git submodule update --init --recursive

0 commit comments

Comments
 (0)