We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a3b3c commit 6ab0b1dCopy full SHA for 6ab0b1d
python_autocomplete/bundle.py
@@ -1,5 +1,9 @@
1
from labml import experiment, lab
2
3
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'])
+ experiment.save_bundle(lab.get_path() / 'bundle.tar.gz', 'a6cff3706ec411ebadd9bf753b33bae6',
+ data_files=['cache/itos.json',
6
+ 'cache/n_tokens.json',
7
+ 'cache/stoi.json',
8
+ 'cache/bpe.json',
9
+ ])
0 commit comments