Skip to content

Commit a894d6e

Browse files
committed
Add some notes for future installation steps for gpu issues
1 parent d28bc54 commit a894d6e

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

code/nnv/examples/Submission/VNN_COMP2025/post_install.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ pip install torch
3434
pip install numpy
3535
pip install scipy
3636

37+
# For next year, let's fix gpu drivers to ensure no potential errors there...
38+
# Enable GPU persistence mode (prevents driver unloading)
39+
# sudo nvidia-smi -pm 1
40+
41+
# Lock the kernenl verison and GPU drivers.
42+
# sudo apt-mark hold linux-image-generic linux-headers-generic nvidia-driver-535
43+
# sudo systemctl disable unattended-upgrades

code/nnv/examples/Submission/VNN_COMP2025/todolist.m

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)