Skip to content

Commit 78d79da

Browse files
cuda drivers
1 parent 6397b4c commit 78d79da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.1-1_all.deb
3737
sudo dpkg -i cuda-keyring_1.1-1_all.deb
3838
sudo apt-get update
39-
sudo apt-get -y install cuda-toolkit-12-3 nvidia-kernel-open-545 cuda-drivers-545
39+
sudo apt-get -y install cuda-toolkit-12-3 cuda-drivers
4040
- name: nvidia-smi
4141
run: nvidia-smi
4242
- uses: actions/[email protected]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ commands =
2727
pytest -s -v \
2828
{tty:--color=yes} \
2929
tests/unit/ {posargs} \
30-
--log-cli-level=DEBUG \
30+
--log-cli-level=ERROR \
3131
--log-format='%(asctime)s %(levelname)s %(module)s:%(lineno)d %(message)s'
3232

3333
[testenv:unit-torch-slow]

0 commit comments

Comments
 (0)