Skip to content

Commit

Permalink
chore: add test line to build script (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams authored Mar 24, 2024
1 parent 32137cc commit 33956e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Buzz.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ datas += copy_metadata("packaging")
datas += copy_metadata("filelock")
datas += copy_metadata("numpy")
datas += copy_metadata("tokenizers")
datas += copy_metadata("huggingface-hub")
datas += copy_metadata("safetensors")
datas += copy_metadata("pyyaml")

# Allow transformers package to load __init__.py file dynamically:
# https://github.com/chidiwilliams/buzz/issues/272
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ benchmarks: buzz/whisper_cpp.py translation_mo

dist/Buzz dist/Buzz.app: buzz/whisper_cpp.py translation_mo
pyinstaller --noconfirm Buzz.spec
./dist/Buzz/Buzz --version

version:
poetry version ${version}
Expand Down

0 comments on commit 33956e8

Please sign in to comment.