Skip to content

Commit

Permalink
ptez_loader (pytorch#3897)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#3897

This diff creates a data loader, called PtezDataLoader, to load ptez file during the runtime.
For this diff, PtezDataLoader is only focusing on loading from disk every time we invoke Load function.

Reviewed By: tarun292

Differential Revision: D58133351

fbshipit-source-id: a2a8bdd55c36eed5faafb12613d5ad061b19f1a1
  • Loading branch information
Gasoonjia authored and facebook-github-bot committed Jun 11, 2024
1 parent 5aecf9a commit 6840b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/testing_util/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ def define_common_targets():
"//executorch/extension/data_loader/test/...",
"//executorch/extension/testing_util/test/...",
"//executorch/extension/fb/ptez/decompression_methods/test/...",
"//executorch/extension/fb/ptez/test/...",
],
)

0 comments on commit 6840b9d

Please sign in to comment.