File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
examples/models/llama3_2_mm Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < executorch/examples/models/flamingo /cross_attention/cross_attention_mask.h>
9
+ #include < executorch/examples/models/llama3_2_mm /cross_attention/cross_attention_mask.h>
10
10
11
11
#include < algorithm>
12
12
#include < string>
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < executorch/examples/models/flamingo /cross_attention/cross_attention_mask.h>
9
+ #include < executorch/examples/models/llama3_2_mm /cross_attention/cross_attention_mask.h>
10
10
11
11
#include < gtest/gtest.h>
12
12
Original file line number Diff line number Diff line change 5
5
# LICENSE file in the root directory of this source tree.
6
6
7
7
import torch
8
- from executorch .examples .models .flamingo .preprocess .export_preprocess_lib import (
8
+ from executorch .examples .models .llama3_2_mm .preprocess .export_preprocess_lib import (
9
9
export_preprocess ,
10
10
get_example_inputs ,
11
11
lower_to_executorch_preprocess ,
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include " executorch/examples/models/flamingo /preprocess/preprocess.h"
9
+ #include " executorch/examples/models/llama3_2_mm /preprocess/preprocess.h"
10
10
11
11
#include < algorithm>
12
12
#include < cassert>
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < executorch/examples/models/flamingo /preprocess/preprocess.h>
9
+ #include < executorch/examples/models/llama3_2_mm /preprocess/preprocess.h>
10
10
#include < gtest/gtest.h>
11
11
12
12
using namespace ::testing;
You can’t perform that action at this time.
0 commit comments