mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-04 00:32:06 +00:00
NCCL attempts
This commit is contained in:
parent
7a5855ff01
commit
c859663f98
2
.github/workflows/nix_integration_tests.yaml
vendored
2
.github/workflows/nix_integration_tests.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo mkdir -p /run/opengl-driver/lib/
|
sudo mkdir -p /run/opengl-driver/lib/
|
||||||
export NVIDIA=/usr/lib/
|
export NVIDIA=/usr/lib/
|
||||||
export NCCL_DEBUG=1
|
export NCCL_DEBUG=INFO
|
||||||
export NCCL_P2P_DISABLE=1
|
export NCCL_P2P_DISABLE=1
|
||||||
sudo find $NVIDIA . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
|
sudo find $NVIDIA . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
|
||||||
sudo find $NVIDIA . -name 'libnvidia-ml.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
|
sudo find $NVIDIA . -name 'libnvidia-ml.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
|
||||||
|
Loading…
Reference in New Issue
Block a user