Spaces:
Running on Zero
Running on Zero
Delete requirements.txt
Browse files- requirements.txt +0 -147
requirements.txt
DELETED
|
@@ -1,147 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
# Lyra 2 Requirements
|
| 3 |
-
# Python 3.10+
|
| 4 |
-
#
|
| 5 |
-
# Install with: pip install --no-deps -r requirements.txt
|
| 6 |
-
# MoGe must be installed separately (needs its own deps):
|
| 7 |
-
# pip install "git+https://github.com/microsoft/MoGe.git"
|
| 8 |
-
|
| 9 |
-
torch
|
| 10 |
-
torchvision
|
| 11 |
-
|
| 12 |
-
# Core ML/DL frameworks
|
| 13 |
-
accelerate==1.8.1
|
| 14 |
-
diffusers==0.35.2
|
| 15 |
-
peft==0.17.1
|
| 16 |
-
megatron-core==0.12.1
|
| 17 |
-
transformers==4.57.1
|
| 18 |
-
ninja
|
| 19 |
-
|
| 20 |
-
# Data processing
|
| 21 |
-
numpy>=2.0
|
| 22 |
-
pandas==2.2.3
|
| 23 |
-
pillow==11.1.0
|
| 24 |
-
opencv-python==4.11.0.86
|
| 25 |
-
opencv-python-headless==4.11.0.86
|
| 26 |
-
scikit-image==0.25.2
|
| 27 |
-
scipy==1.15.3
|
| 28 |
-
|
| 29 |
-
# Video/Media processing
|
| 30 |
-
av==15.0.0
|
| 31 |
-
decord==0.6.0
|
| 32 |
-
imageio[pyav,ffmpeg]==2.37.0
|
| 33 |
-
imageio-ffmpeg==0.6.0
|
| 34 |
-
tifffile==2025.5.10
|
| 35 |
-
ffmpegcv
|
| 36 |
-
|
| 37 |
-
# Configuration/Hydra
|
| 38 |
-
hydra-core==1.3.2
|
| 39 |
-
omegaconf==2.3.0
|
| 40 |
-
pyyaml==6.0.2
|
| 41 |
-
|
| 42 |
-
# Tokenizers and text processing
|
| 43 |
-
sentencepiece==0.2.0
|
| 44 |
-
tiktoken==0.9.0
|
| 45 |
-
tokenizers==0.22
|
| 46 |
-
ftfy==6.3.1
|
| 47 |
-
regex==2024.11.6
|
| 48 |
-
|
| 49 |
-
# Data loading and storage
|
| 50 |
-
webdataset==0.2.111
|
| 51 |
-
zarr==2.18.3
|
| 52 |
-
tensorstore==0.1.45
|
| 53 |
-
numcodecs==0.13.1
|
| 54 |
-
|
| 55 |
-
# AWS/S3 support
|
| 56 |
-
boto3==1.38.31
|
| 57 |
-
botocore==1.38.46
|
| 58 |
-
s3transfer==0.13.1
|
| 59 |
-
fsspec==2025.5.1
|
| 60 |
-
|
| 61 |
-
# Model storage and optimization
|
| 62 |
-
safetensors==0.5.3
|
| 63 |
-
|
| 64 |
-
# Utilities
|
| 65 |
-
einops==0.8.1
|
| 66 |
-
attrs==25.3.0
|
| 67 |
-
attr==0.3.2
|
| 68 |
-
tyro==0.9.32
|
| 69 |
-
tqdm==4.67.1
|
| 70 |
-
psutil
|
| 71 |
-
loguru==0.7.3
|
| 72 |
-
rich==14.0.0
|
| 73 |
-
matplotlib==3.10.7
|
| 74 |
-
|
| 75 |
-
# Infrastructure
|
| 76 |
-
fvcore==0.1.5.post20221221
|
| 77 |
-
iopath==0.1.10
|
| 78 |
-
huggingface-hub==0.35.3
|
| 79 |
-
|
| 80 |
-
# Inference extras (moved from INSTALL.md step 7)
|
| 81 |
-
pyquaternion
|
| 82 |
-
lru-dict
|
| 83 |
-
OpenEXR==3.2.3
|
| 84 |
-
jaxtyping
|
| 85 |
-
portalocker
|
| 86 |
-
tabulate
|
| 87 |
-
termcolor
|
| 88 |
-
braceexpand
|
| 89 |
-
fasteners
|
| 90 |
-
lazy-loader>=0.4
|
| 91 |
-
hatchling
|
| 92 |
-
hatch-vcs>=0.4
|
| 93 |
-
editables
|
| 94 |
-
|
| 95 |
-
# Testing
|
| 96 |
-
coverage==7.9.2
|
| 97 |
-
pytest==8.4.1
|
| 98 |
-
pytest-cov==6.2.1
|
| 99 |
-
pytest-mock==3.14.1
|
| 100 |
-
pytest-random-order==1.2.0
|
| 101 |
-
pytest-xdist==3.8.0
|
| 102 |
-
ipdb==0.13.13
|
| 103 |
-
ipython==8.37.0
|
| 104 |
-
|
| 105 |
-
# Standard dependencies (required by other packages)
|
| 106 |
-
annotated-types==0.7.0
|
| 107 |
-
asttokens==3.0.0
|
| 108 |
-
certifi==2025.7.9
|
| 109 |
-
charset-normalizer==3.4.2
|
| 110 |
-
decorator==5.2.1
|
| 111 |
-
executing==2.2.0
|
| 112 |
-
filelock==3.28.0
|
| 113 |
-
idna==3.10
|
| 114 |
-
importlib-metadata==8.7.0
|
| 115 |
-
jedi==0.19.2
|
| 116 |
-
jinja2==3.1.6
|
| 117 |
-
jmespath==1.0.1
|
| 118 |
-
markupsafe==3.0.2
|
| 119 |
-
ninja==1.11.1.4
|
| 120 |
-
nvidia-ml-py==12.535.133
|
| 121 |
-
orjson==3.11.3
|
| 122 |
-
parso==0.8.4
|
| 123 |
-
pexpect==4.9.0
|
| 124 |
-
platformdirs==4.3.8
|
| 125 |
-
prompt-toolkit==3.0.51
|
| 126 |
-
protobuf==4.25.3
|
| 127 |
-
ptyprocess==0.7.0
|
| 128 |
-
pure-eval==0.2.3
|
| 129 |
-
pydantic
|
| 130 |
-
pydantic-core==2.33.2
|
| 131 |
-
pygments==2.19.2
|
| 132 |
-
pynvml==12.0.0
|
| 133 |
-
pyparsing==3.2.3
|
| 134 |
-
python-dateutil==2.9.0.post0
|
| 135 |
-
pytz==2025.2
|
| 136 |
-
requests==2.32.4
|
| 137 |
-
setuptools==80.9.0
|
| 138 |
-
six==1.17.0
|
| 139 |
-
stack-data==0.6.3
|
| 140 |
-
tomli==2.2.1
|
| 141 |
-
tomlkit==0.13.3
|
| 142 |
-
traitlets==5.14.3
|
| 143 |
-
typing-extensions==4.14.1
|
| 144 |
-
tzdata==2025.2
|
| 145 |
-
urllib3==2.5.0
|
| 146 |
-
wrapt==1.17.2
|
| 147 |
-
zipp==3.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|