mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fix to a conda hack (#7212)
This commit is contained in:
parent
8ac6856e54
commit
d154d32890
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ if [[ -n $pytorch_too ]]; then
|
|||
# Removed until https://github.com/conda/conda/issues/7245 is resolved
|
||||
#append_to_section 'features' features:
|
||||
#append_to_section 'features' " - $cuda_feature_name"
|
||||
append_to_section 'build' "magma-$cuda_feature_name"
|
||||
append_to_section 'build' "- magma-$cuda_feature_name"
|
||||
#append_to_section 'features' ' - nccl2'
|
||||
#add_package $cuda_feature_name
|
||||
conda_channel+=('-c pytorch')
|
||||
|
|
|
|||
Loading…
Reference in a new issue