We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c48f1 commit dd5cfa5Copy full SHA for dd5cfa5
app_bundles/osx/hooks/hook-inference.models.py
@@ -74,8 +74,6 @@
74
print(f"PYINSTALLER HOOK (OSX): Added file model: {p.stem}")
75
76
print(f"PYINSTALLER HOOK (OSX): Identified model_names: {model_names}")
77
- hiddenimports = []
78
- datas = []
79
for mod in model_names:
80
print(f"PYINSTALLER HOOK (OSX): Collecting submodules and data for: {mod}")
81
hiddenimports += collect_submodules(mod)
inference/core/version.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.2.1"
+__version__ = "1.2.2"
2
3
4
if __name__ == "__main__":
0 commit comments