mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
Give me the rights.
This commit is contained in:
parent
bec5c94714
commit
666d946ed7
1
.github/workflows/nix_integration_tests.yaml
vendored
1
.github/workflows/nix_integration_tests.yaml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user