You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
many error when i run this code
python3 setup.py build install
1 ————
The detected CUDA version (11.5) mismatches the version that was used to compile
PyTorch (12.1). Please make sure to use the same CUDA versions.
2 ———— when i update torch==1.11+cuda11.5: and meanwhile i update gcc==1.10.x
many error when i run this code
python3 setup.py build install
1 ————
The detected CUDA version (11.5) mismatches the version that was used to compile
PyTorch (12.1). Please make sure to use the same CUDA versions.
2 ————
when i update torch==1.11+cuda11.5: and meanwhile i update gcc==1.10.x
FAILED: /data_ext/demo/JoyVASA/src/utils/dependencies/XPose/models/UniPose/ops/build/temp.linux-x86_64-cpython-310/data_ext/demo/JoyVASA/src/utils/dependencies/XPose/models/UniPose/ops/src/cuda/ms_deform_attn_cuda.o
/usr/bin/nvcc -DWITH_CUDA -I/data_ext/demo/JoyVASA/src/utils/dependencies/XPose/models/UniPose/ops/src -I/usr/local/lib/python3.10/dist-packages/torch/include -I/usr/local/lib/python3.10/dist-packages/torch/include/torch/csrc/api/include -I/usr/local/lib/python3.10/dist-packages/torch/include/TH -I/usr/local/lib/python3.10/dist-packages/torch/include/THC -I/usr/include/python3.10 -c -c /data_ext/demo/JoyVASA/src/utils/dependencies/XPose/models/UniPose/ops/src/cuda/ms_deform_attn_cuda.cu -o /data_ext/demo/JoyVASA/src/utils/dependencies/XPose/models/UniPose/ops/build/temp.linux-x86_64-cpython-310/data_ext/demo/JoyVASA/src/utils/dependencies/XPose/models/UniPose/ops/src/cuda/ms_deform_attn_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=MultiScaleDeformableAttention -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
/data_ext/demo/JoyVASA/src/utils/dependencies/XPose/models/UniPose/ops/src/cuda/ms_deform_im2col_cuda.cuh(261): warning #177-D: variable "q_col" was declared but never referenced
The text was updated successfully, but these errors were encountered: