mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 21:29:11 +00:00
Remove files that triggered warnings during app start
This commit is contained in:
@@ -41,6 +41,9 @@ torch_lib_paths = {
|
|||||||
}
|
}
|
||||||
a.datas = [entry for entry in a.datas if not entry[0] in torch_lib_paths]
|
a.datas = [entry for entry in a.datas if not entry[0] in torch_lib_paths]
|
||||||
|
|
||||||
|
a.datas = [entry for entry in a.datas if not 'torch/_C.cp' in entry[0]]
|
||||||
|
a.datas = [entry for entry in a.datas if not 'torch/_dl.cp' in entry[0]]
|
||||||
|
|
||||||
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
|
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
|
||||||
|
|
||||||
if system() != 'Darwin':
|
if system() != 'Darwin':
|
||||||
|
|||||||
Reference in New Issue
Block a user