Skip to content

Commit

Permalink
Update path to execution file
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego committed Jul 6, 2024
1 parent 8da2bed commit 68ab4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/nnv/examples/Submission/VNN_COMP2024/run_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo $PYTHONPATH

# echo "Running $TOOL_NAME on benchmark instance in category '$CATEGORY' with onnx file '$ONNX_FILE', vnnlib file '$VNNLIB_FILE', and timeout $TIMEOUT"

python3 /home/ubuntu/toolkit/code/nnv/examples/Submission/VNN_COMP2023/execute.py 'run_instance' "$CATEGORY" "$ONNX_FILE" "$VNNLIB_FILE" "$TIMEOUT" "$RESULTS_FILE"
python3 /home/ubuntu/toolkit/code/nnv/examples/Submission/VNN_COMP2024/execute.py 'run_instance' "$CATEGORY" "$ONNX_FILE" "$VNNLIB_FILE" "$TIMEOUT" "$RESULTS_FILE"
# sudo python3 execute.py 'run_instance' "$CATEGORY" "$ONNX_FILE" "$VNNLIB_FILE" "$TIMEOUT" "$RESULTS_FILE"

echo ""

0 comments on commit 68ab4a0

Please sign in to comment.