Skip to content

Commit 6ab0b1d

Browse files
committed
bundle
1 parent c4a3b3c commit 6ab0b1d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

python_autocomplete/bundle.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
from labml import experiment, lab
22

33
if __name__ == '__main__':
4-
experiment.save_bundle(lab.get_path() / 'bundle.tar.gz', '39b03a1e454011ebbaff2b26e3148b3d',
5-
data_files=['cache/itos.json', 'cache/n_tokens.json', 'cache/stoi.json'])
4+
experiment.save_bundle(lab.get_path() / 'bundle.tar.gz', 'a6cff3706ec411ebadd9bf753b33bae6',
5+
data_files=['cache/itos.json',
6+
'cache/n_tokens.json',
7+
'cache/stoi.json',
8+
'cache/bpe.json',
9+
])

0 commit comments

Comments
 (0)