mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
Put back libnvidia-ml
This commit is contained in:
parent
72a805d50d
commit
98f2241a88
1
.github/workflows/nix_integration_tests.yaml
vendored
1
.github/workflows/nix_integration_tests.yaml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo mkdir -p /run/opengl-driver/lib
|
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 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
|
||||||
|
sudo find /usr/lib . -name 'libnvidia-ml.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
|
||||||
|
|
||||||
nix develop .#test --command pytest -svv integration-tests/ --release
|
nix develop .#test --command pytest -svv integration-tests/ --release
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user