Skip to content

Commit

Permalink
Install bpe_simple_vocab_16e6.txt.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 1, 2024
1 parent 0904ab8 commit fc2cfbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions labelme.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# -*- mode: python -*-
# vim: ft=python

import os.path as osp
import sys

import osam._models.yoloworld.clip


sys.setrecursionlimit(5000) # required on Windows

Expand All @@ -15,6 +18,13 @@ a = Analysis(
('labelme/config/default_config.yaml', 'labelme/config'),
('labelme/icons/*', 'labelme/icons'),
('labelme/translate/*.qm', 'translate'),
(
osp.join(
osp.dirname(osam._models.yoloworld.clip.__file__),
"bpe_simple_vocab_16e6.txt.gz",
),
'osam/_models/yoloworld/clip',
),
],
hiddenimports=[],
hookspath=[],
Expand Down

0 comments on commit fc2cfbc

Please sign in to comment.