Skip to content

Commit 30c23b5

Browse files
committed
Revert to gpu, add lines to prevent kernel updates
1 parent a894d6e commit 30c23b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

code/nnv/engine/utils/Prob_reach.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
if isfield(reachOptions, 'train_device')
4040
train_device = reachOptions.train_device;
4141
else
42-
train_device = 'cpu';
42+
train_device = 'gpu';
4343
end
4444

4545
if isfield(reachOptions, 'train_mode')

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ pip install scipy
3636

3737
# For next year, let's fix gpu drivers to ensure no potential errors there...
3838
# Enable GPU persistence mode (prevents driver unloading)
39-
# sudo nvidia-smi -pm 1
39+
sudo nvidia-smi -pm 1
4040

4141
# 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
42+
sudo apt-mark hold linux-image-generic linux-headers-generic nvidia-driver-535
43+
sudo systemctl disable unattended-upgrades

0 commit comments

Comments
 (0)