colbert-xm-for-inference-api / requirements.txt

Commit History

Add blinker==1.4 to requirements.txt so that HuggingFace Inference Endpoint does not try to uninstall it - which it fails to do
eff3fb4

fdurant commited on

chore: split the dependencies over two files: requirements.txt (used by HF Inference Endpoint) and requirements_extra.txt (only for local development) . Goal is to prevent the error 'Cannot uninstall 'blinker' seen in the HF Inference Endpoint logs
d971a2b

fdurant commited on

Add environment for local development and testing
4b3c9e4

fdurant commited on