Skip to content

Commit

Permalink
feat(#227): no mod
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 8, 2024
1 parent cb3718f commit 1b79e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/discover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ elif [ -z "${REPOS}" ] || [ ! -e "${REPOS}" ]; then
"--out=${nosamples}" \
"--model=transformer"
)
python3 -m samples-filter filter "${fargs[@]}"
samples-filter filter "${fargs[@]}"
rm "${csv}"
mv "${nosamples}" "${csv}"
else
Expand Down

0 comments on commit 1b79e57

Please sign in to comment.