ba4be087d5
Create PR to main with cherry-pick from release / cherry-pick (push) Failing after 0s
CICD NeMo / pre-flight (push) Failing after 0s
CICD NeMo / configure (push) Has been skipped
Build, validate, and release Neural Modules / pre-flight (push) Failing after 1s
CICD NeMo / code-linting (push) Has been skipped
Build, validate, and release Neural Modules / release (push) Has been skipped
Build, validate, and release Neural Modules / release-summary (push) Has been cancelled
CICD NeMo / cicd-test-container-build (push) Has been cancelled
CICD NeMo / cicd-import-tests (push) Has been cancelled
CICD NeMo / L0_Setup_Test_Data_And_Models (push) Has been cancelled
CICD NeMo / cicd-main-unit-tests (push) Has been cancelled
CICD NeMo / cicd-main-speech (push) Has been cancelled
CICD NeMo / Nemo_CICD_Test (push) Has been cancelled
CICD NeMo / Coverage (e2e) (push) Has been cancelled
CICD NeMo / Coverage (unit-test) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
CICD NeMo / cicd-wait-in-queue (push) Has been cancelled
14 lines
365 B
Diff
14 lines
365 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 6a7f6d4..e2a92f1 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -16,7 +16,7 @@ def get_nvshmem_host_lib_name(base_dir):
|
|
|
|
|
|
if __name__ == '__main__':
|
|
- disable_nvshmem = False
|
|
+ disable_nvshmem = True
|
|
nvshmem_dir = os.getenv('NVSHMEM_DIR', None)
|
|
nvshmem_host_lib = 'libnvshmem_host.so'
|
|
if nvshmem_dir is None:
|