Skip to content

Commit

Permalink
Update tools/AutoTuner/setup.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
vvbandeira authored Jul 23, 2024
1 parent dda06a8 commit 587f00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/AutoTuner/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Get the directory of the current script
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")"

# Check if the activation script exists
VENV_PATH="$SCRIPT_DIR/autotuner_env/bin/activate"
Expand Down

0 comments on commit 587f00d

Please sign in to comment.