Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KexinFeng committed Jul 27, 2023
1 parent a8772c7 commit 7a4e63f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public void testGpt2() throws TranslateException, ModelException, IOException {
Assert.assertEquals(nextTokenId, 257);
NDList list = res.getPastKeyValuesList();
Assert.assertEquals(list.size(), 24);
Assert.assertEquals(res.getHiddenState().getShape().get(0), 1);
}
}
}

0 comments on commit 7a4e63f

Please sign in to comment.