Skip to content

Commit

Permalink
fix(exe): include more package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 22, 2023
1 parent bc9276c commit 452e18d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion exe/win10.directml.dir.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ block_cipher = None

dynamic_packages = [
"filelock",
"huggingface-hub",
"numpy",
"packaging",
"onnxruntime",
"onnxruntime-directml",
"packaging",
"pyyaml",
"regex",
"requests",
"tokenizers",
Expand Down
4 changes: 3 additions & 1 deletion exe/win10.directml.file.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ block_cipher = None

dynamic_packages = [
"filelock",
"huggingface-hub",
"numpy",
"packaging",
"onnxruntime",
"onnxruntime-directml",
"packaging",
"pyyaml",
"regex",
"requests",
"tokenizers",
Expand Down

0 comments on commit 452e18d

Please sign in to comment.