Closed SuperKenVery closed 9 months ago
Hi @SuperKenVery, this should already be solved with the latest nightly wheel after this commit: https://github.com/mlc-ai/package/commit/e96786c37d37a94802d7de9b4afaaa8be9237084.
Please update your prebuilts and try again. Thanks
š Bug
CUBLAS is not enabled when compiling tvm. As a result, I cannot compile models with the prebuilt version of tvm.
To Reproduce
Steps to reproduce the behavior:
See this Dockerfile: https://git.nju.edu.cn/superKen/asc-2024-dockerfiles/-/blob/89d09235cf93bc69dc1a00926f322c6db1368145/Dockerfile
And I got:
Expected behavior
It compiles the model
Environment
conda
, source): condapip
, source): pip, from given prebuilt wheelpython -c "import tvm; print('\n'.join(f'{k}: {v}' for k, v in tvm.support.libinfo().items()))"
, applicable if you compile models):You can see that USE_CUBLAS is OFF here, so I think it's not my problem but the prebuilt wheel's.