You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original instructions from Matt are no longer available given the versioning issues of several packages. This issue will document each one of the procedures done to achieve that. Taking this from Sav's email as the initial attempt:
The issue with this command is that cudatoolkit=11.2 is not compatible with rapids=23.10. That is why we use the rapids configuration from the installation website https://docs.rapids.ai/install.
The next step is to apply the correct one.
The text was updated successfully, but these errors were encountered:
From the previous command hydra is no longer supported as "hydra", instead you need to use "hydra-core" as the python3 package. In addition, datatable is no longer supported by python 3.10 and has not been updated since 2021. Testing the environment with the following command, which excludes datatable and includes the new hydra-core package:
The command above works well for RAPIDS and the other dependencies, requires some regression testing. Tensorflow GPU support needs to be fixed. @ssfinch feel free to install the environment and test.
The original instructions from Matt are no longer available given the versioning issues of several packages. This issue will document each one of the procedures done to achieve that. Taking this from Sav's email as the initial attempt:
The issue with this command is that cudatoolkit=11.2 is not compatible with rapids=23.10. That is why we use the rapids configuration from the installation website https://docs.rapids.ai/install.
The next step is to apply the correct one.
The text was updated successfully, but these errors were encountered: