Skip to content

Commit 67b5e50

Browse files
committed
Bundle required files for CogVLM2
1 parent 3e6b38c commit 67b5e50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taggui.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
from PyInstaller.utils.hooks import collect_data_files
33

44
datas = [('clip-vit-base-patch32', 'clip-vit-base-patch32'), ('images/icon.ico', 'images')]
5+
datas += [('/usr/include/python3.11', 'include/python3.11')]
6+
datas += collect_data_files('triton')
57
datas += collect_data_files('xformers')
68

79
block_cipher = None

0 commit comments

Comments
 (0)