Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Feb 1, 2024
1 parent 67661b9 commit 444386a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def main(argv: list[str] = []): # noqa: B006

kv_cache_ortvalues = {}
if not args.merged:
verify_parity(args, location, kv_cache_ortvalues)
verify_parity(args, location, use_auth_token, kv_cache_ortvalues)
else:
# Verify prompt generation in merged model (decoder_model.onnx)
args.use_past_kv = False
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
optimum>=1.14.1
transformers>=4.33.2
torch>=2.2.0.dev20230920
torch>=2.2.0
onnx>=1.14.0
datasets>=2.8.0
protobuf==3.20.2
protobuf==3.20.2

0 comments on commit 444386a

Please sign in to comment.