Skip to content

Commit

Permalink
Add dependency on ai-edge-litert-nightly for ai-edge-torch pypi.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 677876188
  • Loading branch information
junjiang-lab authored and copybara-github committed Sep 23, 2024
1 parent 0233ab9 commit 6dcb213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ai_edge_torch/generative/examples/phi/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"The maximum size of the generated tokens.",
)


def main(_):
checkpoint = kagglehub.model_download("Microsoft/phi/transformers/2")
verifier.log_msg("Loading the original model from", checkpoint)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"torch>=2.4.0",
"torch_xla>=2.4.0",
"tf-nightly>=2.18.0.dev20240722",
"ai-edge-litert-nightly",
"ai-edge-quantizer-nightly",
],
)

0 comments on commit 6dcb213

Please sign in to comment.