mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-09 13:57:54 -05:00
also adds sentencepiece dep for exe moved vicuna imports to after an if statement in general we should avoid importing files that load whole models as global variables
36 lines
607 B
Plaintext
36 lines
607 B
Plaintext
setuptools
|
|
wheel
|
|
|
|
# SHARK Runner
|
|
tqdm
|
|
|
|
# SHARK Downloader
|
|
google-cloud-storage
|
|
|
|
# Testing
|
|
pytest
|
|
pytest-xdist
|
|
pytest-forked
|
|
Pillow
|
|
parameterized
|
|
|
|
# Add transformers, diffusers and scipy since it most commonly used
|
|
transformers
|
|
diffusers @ git+https://github.com/huggingface/diffusers@e47459c80f6f6a5a1c19d32c3fd74edf94f47aa2
|
|
scipy
|
|
ftfy
|
|
gradio==3.22.0
|
|
altair
|
|
omegaconf
|
|
safetensors
|
|
opencv-python
|
|
scikit-image
|
|
pytorch_lightning # for runwayml models
|
|
tk
|
|
pywebview
|
|
sentencepiece
|
|
|
|
# Keep PyInstaller at the end. Sometimes Windows Defender flags it but most folks can continue even if it errors
|
|
pefile
|
|
pyinstaller
|