Skip to content

Commit

Permalink
Update causal_lm_cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Oct 12, 2024
1 parent 4bbcd0e commit 743e018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/causal_lm_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ jobs:
predicted_greedy = f.readline()
with open('predictions_prompt_lookup.txt', 'r') as f:
predicted_prompt_lookup = f.readline()
assert predicted_greedy == predicted_prompt_lookup
assert predicted_greedy == predicted_prompt_lookup, "Expected {predicted_greedy}, actual {predicted_prompt_lookup}"
"
echo "Prompt lookup" passed
- name: run and compare (model with seq_length_axis = 1)
Expand Down

0 comments on commit 743e018

Please sign in to comment.