Commit e289f6c
Make token and stat callback optional in multimodal runner (#13950)
This PR was created by the merge bot to help merge the original PR into
the main branch.
ghstack PR number: #13872 by
@jackzhxng
^ Please use this as the source of truth for the PR details, comments,
and reviews
ghstack PR base:
https://github.com/pytorch/executorch/tree/gh/jackzhxng/36/base
ghstack PR head:
https://github.com/pytorch/executorch/tree/gh/jackzhxng/36/head
Merge bot PR base:
https://github.com/pytorch/executorch/tree/gh/jackzhxng/35/orig
Merge bot PR head:
https://github.com/pytorch/executorch/tree/gh/jackzhxng/36/orig
@diff-train-skip-merge
---------
Co-authored-by: Jack Zhang <[email protected]>1 parent c1d973e commit e289f6c
File tree
3 files changed
+7
-7
lines changed- extension/llm/runner
3 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments