Skip to content

Commit

Permalink
Fix nlp run script
Browse files Browse the repository at this point in the history
Signed-off-by: Evangelos Lamprou <[email protected]>
  • Loading branch information
vagos committed Jan 3, 2025
1 parent ad0752a commit 0103f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ while IFS= read -r script; do
mkdir -p "$output_dir"

echo "$script"
$BENCHMARK_SHELL "$SHELL" "$script_file" "$output_dir"
$BENCHMARK_SHELL "$script_file" "$output_dir"
echo "$?"
done <<< "$script_names"

0 comments on commit 0103f04

Please sign in to comment.