Closed fhieber closed 2 years ago
Previous pip install sockeye would uninstall torch==1.10.2 and install torch==1.10.0. We can safely depend on torch>=1.10.0 (1.10 and later).
pip install sockeye
torch==1.10.2
torch==1.10.0
torch>=1.10.0
Also rename a unit test module that was missed in the previous update.
pytest
pytest test/system
./style-check.sh
sockeye/__init__.py
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Previous
pip install sockeye
would uninstalltorch==1.10.2
and installtorch==1.10.0
. We can safely depend ontorch>=1.10.0
(1.10 and later).Also rename a unit test module that was missed in the previous update.
Pull Request Checklist
pytest
)pytest test/system
)./style-check.sh
)sockeye/__init__.py
. Major version bump if this is a backwards incompatible change.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.