Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
vpj committed Feb 16, 2021
1 parent c4a3b3c commit 6ab0b1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions python_autocomplete/bundle.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
from labml import experiment, lab

if __name__ == '__main__':
experiment.save_bundle(lab.get_path() / 'bundle.tar.gz', '39b03a1e454011ebbaff2b26e3148b3d',
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',
'cache/n_tokens.json',
'cache/stoi.json',
'cache/bpe.json',
])

0 comments on commit 6ab0b1d

Please sign in to comment.