mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-02 23:42: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: |
|
||||
sudo mkdir -p /run/opengl-driver/lib/
|
||||
export NVIDIA=/usr/lib/
|
||||
export NCCL_DEBUG=1
|
||||
export NCCL_DEBUG=INFO
|
||||
export NCCL_P2P_DISABLE=1
|
||||
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/ \;
|
||||
|
Loading…
Reference in New Issue
Block a user