"llm/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "1ae0750a21d206227a1990af74cbc68912d63ea5"
Unverified Commit b7fdde4b authored by Baizhou Zhang's avatar Baizhou Zhang Committed by GitHub
Browse files

[ci] Fix ci_install_deepep (#12375)

parent 69bf8011
...@@ -57,7 +57,7 @@ NVSHMEM_IBGDA_SUPPORT=1 \ ...@@ -57,7 +57,7 @@ NVSHMEM_IBGDA_SUPPORT=1 \
NVSHMEM_PMIX_SUPPORT=0 \ NVSHMEM_PMIX_SUPPORT=0 \
NVSHMEM_TIMEOUT_DEVICE_POLLING=0 \ NVSHMEM_TIMEOUT_DEVICE_POLLING=0 \
NVSHMEM_USE_GDRCOPY=1 \ NVSHMEM_USE_GDRCOPY=1 \
cmake -S . -B build/ -DCMAKE_INSTALL_PREFIX=/opt/nvshmem/install -DCMAKE_CUDA_ARCHITECTURES="90;100;103;121" cmake -S . -B build/ -DCMAKE_INSTALL_PREFIX=/opt/nvshmem/install -DCMAKE_CUDA_ARCHITECTURES=90
cd build cd build
make -j$(nproc) install make -j$(nproc) install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment