We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c0127 commit 163cb16Copy full SHA for 163cb16
setup.py
@@ -12,7 +12,7 @@
12
from setuptools.command.build_py import build_py
13
from torch.utils.cpp_extension import CUDAExtension, CUDA_HOME
14
from pathlib import Path
15
-from packaging import version as parse
+from packaging.version import parse
16
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
17
18
SKIP_CUDA_BUILD = os.getenv("DEEP_GEMM_SKIP_CUDA_BUILD", "FALSE") == "TRUE"
0 commit comments