We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28bc54 commit a894d6eCopy full SHA for a894d6e
code/nnv/examples/Submission/VNN_COMP2025/post_install.sh
@@ -34,3 +34,10 @@ pip install torch
34
pip install numpy
35
pip install scipy
36
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
0 commit comments