mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-02-19 11:56:43 -05:00
-- This commit includes two python modules as part of requirements.txt. -- It also updates README.md to also inclue `--no-use_tuned` for users to be able to try `hf_model_id` or `ckpt_loc` without any issue. Signed-off-by: Abhishek Varma <abhishek@nod-labs.com>
30 lines
417 B
Plaintext
30 lines
417 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
|
|
scipy
|
|
ftfy
|
|
gradio
|
|
altair
|
|
omegaconf
|
|
safetensors
|
|
|
|
# Keep PyInstaller at the end. Sometimes Windows Defender flags it but most folks can continue even if it errors
|
|
pefile
|
|
pyinstaller
|