mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-11 22:34:53 +08:00
Allow setting PYTHON_LIB_REL_PATH via environment variable (#128419)
This allows builds to customize the location where caffe2's Python modules are installed to. Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/128419 Approved by: https://github.com/PaliC, https://github.com/d4l3k, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
074b46b7d9
commit
65ce2bf465
@ -231,6 +231,7 @@ class CMake:
|
||||
"SELECTED_OP_LIST",
|
||||
"TORCH_CUDA_ARCH_LIST",
|
||||
"TRACING_BASED",
|
||||
"PYTHON_LIB_REL_PATH",
|
||||
)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user