Wtf state.
This commit is contained in:
parent
911f82a34b
commit
2d3afb3274
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue