Skip to content

Commit

Permalink
Add pyyaml metadata to shark studio .exe imports
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Jul 19, 2023
1 parent 41e5088 commit 29963c2
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 @@ -25,6 +25,7 @@
datas += copy_metadata("safetensors")
datas += copy_metadata("Pillow")
datas += copy_metadata("sentencepiece")
datas += copy_metadata("pyyaml")
datas += collect_data_files("tokenizers")
datas += collect_data_files("tiktoken")
datas += collect_data_files("accelerate")
Expand Down

0 comments on commit 29963c2

Please sign in to comment.