Open qiao-bo opened 3 years ago
Thanks! I think we can run the tests without the test_ndarray.py
to see whether we need the update
Thanks! I think we can run the tests without the
test_ndarray.py
to see whether we need the update
there are three other failed tests also related to torch GPU (see the log above). But i guess they can be skipped as well, at least for the moment.
Describe the bug The Torch package in
requirements_dev.txt
is installed from PyPI which istorch 1.9.0
(at this moment). It does not have CUDA support for the latest Ampere architecture. For example, on a RTX 3080 you will get the following error:If you have performed a ti test, you will likely get the following error:
How To Circumvent? Just Follow the official instruction from pytorch:
Additional comments
requirements_dev.txt
, just to avoid hard-coding to certain specific CUDA version.