Skip to content

Commit

Permalink
CI echo prediction for SD
Browse files Browse the repository at this point in the history
  • Loading branch information
mzegla committed Jan 15, 2025
1 parent 013fbf1 commit 030f093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/causal_lm_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ jobs:
predicted_speculative = f.readline()
with open('predictions_py.txt', 'r') as f:
predicted_py = f.readline()
print(f'Predicted greedy: {predicted_greedy}')
print(f'Predicted speculative: {predicted_speculative}')
assert predicted_greedy == predicted_speculative
assert predicted_greedy == predicted_py
assert predicted_speculative == predicted_py
Expand Down

0 comments on commit 030f093

Please sign in to comment.