viiccwen commented on code in PR #925: URL: https://github.com/apache/mahout/pull/925#discussion_r2721884489
########## testing/qdp/test_bindings.py: ########## @@ -18,7 +18,10 @@ import pytest import torch -import _qdp +_qdp = pytest.importorskip( + "_qdp", + reason="QDP extension not built. Run: uv run --active maturin develop --manifest-path qdp/qdp-python/Cargo.toml", +) Review Comment: Should we note it also needs a CUDA-capable GPU? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
