mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 14:52:20 +00:00
NCCL ?
This commit is contained in:
parent
fb7e8c8970
commit
7a5855ff01
2
.github/workflows/nix_integration_tests.yaml
vendored
2
.github/workflows/nix_integration_tests.yaml
vendored
@ -34,6 +34,8 @@ jobs:
|
||||
run: |
|
||||
sudo mkdir -p /run/opengl-driver/lib/
|
||||
export NVIDIA=/usr/lib/
|
||||
export NCCL_DEBUG=1
|
||||
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/ \;
|
||||
nix develop .#test --command pytest -svvx integration-tests/ --release
|
||||
|
Loading…
Reference in New Issue
Block a user