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 bbdd64b commit 6183792Copy full SHA for 6183792
parlai/zoo/saferdialogues/build.py
@@ -13,7 +13,7 @@
13
14
def download(datapath):
15
opt = {'datapath': datapath}
16
- version = 'v0.1'
+ version = 'v0.2'
17
fnames = [f'models_{version}.tar.gz']
18
download_models(
19
opt,
0 commit comments