-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
anyway to skip xpose? #28
Comments
Hi, thanks for your interest, xpose can be installed optional. If xposed is not installed, animal images cannot be driven. |
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: