This commit is contained in:
Nicolas Patry 2024-09-17 10:16:26 +02:00
parent e680a57147
commit 1ff5b64b1c
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -42,8 +42,7 @@ jobs:
export NCCL_P2P_DISABLE=1 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/ \;
nix develop .#test --command pytest -svvx integration-tests/models/test_bloom_560m.py::test_bloom_560m_all_params --release nix develop .#test --command pytest -svvx integration-tests/ --release
# nix develop .#test --command pytest -svvx integration-tests/ --release
env: env:
HF_TOKEN: ${{ secrets.HF_TOKEN }} HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_HOME: /mnt/hf_cache/ HF_HOME: /mnt/hf_cache/