1
0
Fork 0

fix(exe): include more package metadata

This commit is contained in:
Sean Sube 2023-12-21 21:34:24 -06:00
parent bc9276c253
commit 452e18daaa
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 6 additions and 2 deletions

View File

@ -11,10 +11,12 @@ block_cipher = None
dynamic_packages = [
"filelock",
"huggingface-hub",
"numpy",
"packaging",
"onnxruntime",
"onnxruntime-directml",
"packaging",
"pyyaml",
"regex",
"requests",
"tokenizers",

View File

@ -11,10 +11,12 @@ block_cipher = None
dynamic_packages = [
"filelock",
"huggingface-hub",
"numpy",
"packaging",
"onnxruntime",
"onnxruntime-directml",
"packaging",
"pyyaml",
"regex",
"requests",
"tokenizers",