File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ __configure_fbgemm_gpu_build_cuda () {
104
104
else
105
105
echo " [BUILD] Using the default CUDA targets ..."
106
106
# For cuda version 12.1, enable sm 9.0
107
- cuda_version_nvcc=$( nvcc --version)
107
+ cuda_version_nvcc=$( conda run -n " ${env_name} " nvcc --version)
108
108
echo " $cuda_version_nvcc "
109
109
if [[ $cuda_version_nvcc == * " V12.1" * ]]; then
110
110
local arch_list=" 7.0;8.0;9.0"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def generate_package_version(package_name: str):
48
48
print ("version from gitversion: " , version )
49
49
print (gitversion .version_from_git ())
50
50
# Manually change version
51
- version = "0.5.0rc1 "
51
+ version = "0.5.0rc2 "
52
52
53
53
print (f"[SETUP.PY] Setting the package version: { version } " )
54
54
return version
You can’t perform that action at this time.
0 commit comments