We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Windows Python 3.11 CUDA 12.1 Version : autoawq_kernels v0.0.6 Installation via pip
Reproduction:
pip install -U --pre autoawq==0.2.2 OR pip install -U autoawq_kernels==0.0.6
pip install -U --pre autoawq==0.2.2
pip install -U autoawq_kernels==0.0.6
import awq_ext > ImportError: DLL load failed while importing awq_ext
As a result, I use autoawq==0.1.8 which seems to be the last working version.
Sidenote: DLL are installed in python site-package directly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS: Windows
Python 3.11
CUDA 12.1
Version : autoawq_kernels v0.0.6
Installation via pip
Reproduction:
pip install -U --pre autoawq==0.2.2
OR
pip install -U autoawq_kernels==0.0.6
As a result, I use autoawq==0.1.8 which seems to be the last working version.
Sidenote: DLL are installed in python site-package directly.
The text was updated successfully, but these errors were encountered: