Give me the rights.

This commit is contained in:
Nicolas Patry 2024-09-17 10:43:45 +02:00
parent bec5c94714
commit 666d946ed7
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
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/ \;
sudo chown -R runner /mnt/hf_cache/hub
nix develop .#test --command pytest -svvx integration-tests/ --release
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}