mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
Wtf state.
This commit is contained in:
parent
911f82a34b
commit
2d3afb3274
1
.github/workflows/nix_integration_tests.yaml
vendored
1
.github/workflows/nix_integration_tests.yaml
vendored
@ -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
Block a user