Skip to content

Commit

Permalink
What about as non root for everything?
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego committed Jul 6, 2024
1 parent f6cf4fb commit 5fbfa08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/nnv/examples/Submission/VNN_COMP2024/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: nnv
ami: ami-080fce32dc8c15ced
scripts_dir: code/nnv/examples/Submission/VNN_COMP2024/
manual_installation_step: True
run_installation_script_as_root: True
run_installation_script_as_root: False
run_post_installation_script_as_root: False
run_toolkit_as_root: True
run_toolkit_as_root: False
description: >
Matlab Toolbox for Neural Network Verification. This toolbox implements reachability methods for analyzing deep learning models including but not limited to convolutional, recurrent and binary neural networks. NNV is also capable of analyzing neural networks on closed-loop controllers in autonomous cyber-physical systems (CPS).
2 changes: 1 addition & 1 deletion code/nnv/examples/Submission/VNN_COMP2024/install_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ wget https://www.mathworks.com/mpm/glnxa64/mpm

chmod +x mpm

./mpm install --release=R2024a --products Deep_Learning_Toolbox_Converter_for_ONNX_Model_Format --destination /home/ubuntu/Documents/MATLAB/SupportPackages/R2024a
#./mpm install --release=R2024a --products Deep_Learning_Toolbox_Converter_for_ONNX_Model_Format --destination /home/ubuntu/Documents/MATLAB/SupportPackages/R2024a

./mpm install --release=R2024a --products Deep_Learning_Toolbox_Converter_for_ONNX_Model_Format --destination /usr/local/matlab

Expand Down

0 comments on commit 5fbfa08

Please sign in to comment.