Spaces:
Sleeping
Sleeping
sethmcknight
refactor: remove PyTorch dependency by implementing L2 normalization with NumPy
7e43525
| # Pinned runtime dependency constraints (generated manually) | |
| Flask==3.0.3 | |
| Werkzeug==3.0.3 | |
| itsdangerous==2.2.0 | |
| Jinja2==3.1.4 | |
| click==8.1.7 | |
| gunicorn==22.0.0 | |
| numpy==1.26.4 | |
| requests==2.32.3 | |
| urllib3==2.2.2 | |
| idna==3.7 | |
| certifi==2024.7.4 | |
| charset-normalizer==3.3.2 | |
| psycopg2-binary==2.9.7 | |
| optimum==1.22.0 | |
| onnxruntime==1.18.1 | |
| psutil==5.9.0 | |
| # torch removed: switched embedding normalization to pure NumPy | |