mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
This doesn't seem needed.
This commit is contained in:
parent
dd4b774e0d
commit
5adece6313
1
.github/workflows/nix_integration_tests.yaml
vendored
1
.github/workflows/nix_integration_tests.yaml
vendored
@ -37,7 +37,6 @@ jobs:
|
||||
sudo mkdir -p /run/opengl-driver/lib
|
||||
sudo find /usr/lib . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
|
||||
sudo find /usr/lib . -name 'libnvidia-ml.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
|
||||
export LD_LIBRARY_PATH=/run/opengl-driver/lib
|
||||
nix develop .#test --command python -m pytest -svvx integration-tests/
|
||||
env:
|
||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user