Running the code with its standard dependencies installed I run into an error telling me that nvidia-cutlass-dsl and apache-tvm-ffi are missing.
Installing them with
pip install --no-build-isolation --no-cache-dir nvidia-cutlass-dsl apache-tvm-ffi
the code is running, but showing in the log:
cutedsl version 4.7.1 is not known-good (ok: {<Version('4.4.2')>, <Version('4.4.1')>, <Version('4.5.2')>}); set TORCH_NATIVE_SKIP_VERSION_CHECK=1 to override
I guess that there should be either the dependencies of ST updated and/or the documentation updated and also include a hint about good versions.
Running the code with its standard dependencies installed I run into an error telling me that
nvidia-cutlass-dslandapache-tvm-ffiare missing.Installing them with
the code is running, but showing in the log:
I guess that there should be either the dependencies of ST updated and/or the documentation updated and also include a hint about good versions.