Skip to content

Commit

Permalink
better error message for skipped model
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jan 7, 2025
1 parent 5d7af8d commit 6d93167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/test-llm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ -n "$GITHUB_ACTIONS" ]
then
if [ "$id" = meta-llama--Llama-3.2-3B-f32f32 ]
then
echo "::warning title=Untestable model::This model is too big for GHA..."
echo "::warning title=Untestable model::$id is too big for GHA..."
exit 0
fi
fi
Expand Down

0 comments on commit 6d93167

Please sign in to comment.