Open benfogelson opened 1 year ago
The requirements.txt file lists sklearn as a dependency. This is deprecated, and intermittently raises an error on install (see https://github.com/scikit-learn/sklearn-pypi-package).
sklearn
I've made a PR to fix the issue: https://github.com/microsoft/DeBERTa/pull/133
A temporary fix:
requirements.txt
pip install -e .
pip show deberta
The requirements.txt file lists
sklearn
as a dependency. This is deprecated, and intermittently raises an error on install (see https://github.com/scikit-learn/sklearn-pypi-package).I've made a PR to fix the issue: https://github.com/microsoft/DeBERTa/pull/133