Skip to content

Commit

Permalink
(Studio) Add hf-hub to pyinstaller metadata (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Aug 15, 2023
1 parent 18e7d2d commit 57260b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/stable_diffusion/shark_studio_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
datas += copy_metadata("Pillow")
datas += copy_metadata("sentencepiece")
datas += copy_metadata("pyyaml")
datas += copy_metadata("huggingface-hub")
datas += collect_data_files("tokenizers")
datas += collect_data_files("tiktoken")
datas += collect_data_files("accelerate")
Expand Down

0 comments on commit 57260b9

Please sign in to comment.