Wtf state.

This commit is contained in:
Nicolas Patry 2024-09-17 16:31:06 +02:00
parent 911f82a34b
commit 2d3afb3274
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ jobs:
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
unset CUDA_VISIBLE_DEVICES
nix develop .#test --command pytest -svv integration-tests/ --release
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}