You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: As titled. This removes TorchScript from a bunch of readmes,
given that they are not needed.
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
### Summary
[PLEASE REMOVE] See [CONTRIBUTING.md's Pull
Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests)
for ExecuTorch PR guidelines.
[PLEASE REMOVE] If this PR closes an issue, please add a `Fixes
#<issue-id>` line.
[PLEASE REMOVE] If this PR introduces a fix or feature that should be
the upcoming release notes, please add a "Release notes: <area>" label.
For a list of available release notes labels, check out
[CONTRIBUTING.md's Pull
Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests).
### Test plan
[PLEASE REMOVE] How did you test this PR? Please write down any manual
commands you used and note down tests that you have written if
applicable.
Copy file name to clipboardExpand all lines: examples/models/llava/README.md
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,8 @@ The model weights is 15GiB, and the other memory usage at export stage (`export_
41
41
42
42
### Generate ExecuTorch .PTE and other artifacts
43
43
44
-
Run the following command to generate `llava.pte`, `tokenizer.bin` and an image
45
-
tensor (serialized in TorchScript) `image.pt`.
44
+
Run the following command to generate `llava.pte`, `tokenizer.bin` and an image `basketball.jpg`.
46
45
47
-
> **Warning**: The C++ runner `llava_main` binary cannot process raw image inputs such as JPEG, PNG, or BMP files directly. You must convert these images to a `.pt` file format using the `examples/models/llava/image_util.py` script before using them with `llava_main`.
48
46
49
47
Prerequisite: run `install_executorch.sh` to install ExecuTorch and run
50
48
`examples/models/llava/install_requirements.sh` to install dependencies.
0 commit comments