mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 12:02:08 +00:00
Remove NCCL debug.
This commit is contained in:
parent
666d946ed7
commit
df4b1ec936
2
.github/workflows/nix_integration_tests.yaml
vendored
2
.github/workflows/nix_integration_tests.yaml
vendored
@ -34,8 +34,6 @@ 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=INFO
|
|
||||||
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/ \;
|
||||||
sudo chown -R runner /mnt/hf_cache/hub
|
sudo chown -R runner /mnt/hf_cache/hub
|
||||||
|
Loading…
Reference in New Issue
Block a user