mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 16:32:12 +00:00
Simpler command
This commit is contained in:
parent
d0ae24a167
commit
c4bbe06bf1
2
.github/workflows/nix_integration_tests.yaml
vendored
2
.github/workflows/nix_integration_tests.yaml
vendored
@ -35,6 +35,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/ \;
|
||||
nix develop .#test --command python -m pytest -svv integration-tests/ --release
|
||||
nix develop .#test --command pytest -svv integration-tests/ --release
|
||||
env:
|
||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user