Spaces:
Running on Zero
Running on Zero
| # Human-maintained direct dependencies (top-level). | |
| Use `uv` to compile this into a fully pinned `requirements.txt` lockfile. | |
| # IMPORTANT: | |
| - We intentionally do NOT list `torch` here because the Docker image base | |
| (`nvcr.io/nvidia/pytorch`) already provides it. Installing torch via pip | |
| during image build is slow and can lead to ABI/CUDA mismatches. | |
| - If you are NOT using Docker, install an appropriate PyTorch build separately. | |
| # Config / wiring | |
| =1.3 | |
| =2.3 | |
| # Core numerics | |
| =1.23,<2 | |
| =1.10,<2 | |
| # Model / embeddings | |
| NOTE: `kimodo/model/llm2vec` is has only been tested with transformers==5.1.0 | |
| transformers==5.1.0 | |
| =2.6.3 | |
| boto3 | |
| =0.12 | |
| =0.7 | |
| # Misc | |
| =4.0 | |
| =21.0 | |
| =2.0 | |
| # UI / client | |
| =3.20.3 | |
| =6.8.0 | |
| =1.0 | |
| # Visualization | |
| =3.21.7 | |
| =1.1.0 | |
| =9.0 | |
| =16.1.0 | |
| py-soma-x @ git+https://github.com/NVlabs/SOMA-X.git | |
| # Local packages (editable installs for viser and kimodo; MotionCorrection non-editable) | |
| ./MotionCorrection | |
| -e . | |
| viser @ git+https://github.com/nv-tlabs/kimodo-viser.git | |