Skip to content

Commit e3a6633

Browse files
jackzhxngfacebook-github-bot
authored andcommitted
Rename llama3_2_mm to llama3_2_vision (#5892)
Summary: Pull Request resolved: #5892 Differential Revision: D63916986 Pulled By: dvorjackz
1 parent 34e7ad8 commit e3a6633

14 files changed

+5
-5
lines changed

examples/models/llama3_2_mm/cross_attention/cross_attention_mask.cpp renamed to examples/models/llama3_2_vision/cross_attention/cross_attention_mask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#include <executorch/examples/models/llama3_2_mm/cross_attention/cross_attention_mask.h>
9+
#include <executorch/examples/models/llama3_2_vision/cross_attention/cross_attention_mask.h>
1010

1111
#include <algorithm>
1212
#include <string>

examples/models/llama3_2_mm/cross_attention/cross_attention_mask_test.cpp renamed to examples/models/llama3_2_vision/cross_attention/cross_attention_mask_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#include <executorch/examples/models/llama3_2_mm/cross_attention/cross_attention_mask.h>
9+
#include <executorch/examples/models/llama3_2_vision/cross_attention/cross_attention_mask.h>
1010

1111
#include <gtest/gtest.h>
1212

examples/models/llama3_2_mm/preprocess/export_preprocess.py renamed to examples/models/llama3_2_vision/preprocess/export_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree.
66

77
import torch
8-
from executorch.examples.models.llama3_2_mm.preprocess.export_preprocess_lib import (
8+
from executorch.examples.models.llama3_2_vision.preprocess.export_preprocess_lib import (
99
export_preprocess,
1010
get_example_inputs,
1111
lower_to_executorch_preprocess,

examples/models/llama3_2_mm/preprocess/preprocess.cpp renamed to examples/models/llama3_2_vision/preprocess/preprocess.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#include "executorch/examples/models/llama3_2_mm/preprocess/preprocess.h"
9+
#include "executorch/examples/models/llama3_2_vision/preprocess/preprocess.h"
1010

1111
#include <algorithm>
1212
#include <cassert>

examples/models/llama3_2_mm/preprocess/preprocess_test.cpp renamed to examples/models/llama3_2_vision/preprocess/preprocess_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#include <executorch/examples/models/llama3_2_mm/preprocess/preprocess.h>
9+
#include <executorch/examples/models/llama3_2_vision/preprocess/preprocess.h>
1010
#include <gtest/gtest.h>
1111

1212
using namespace ::testing;

0 commit comments

Comments
 (0)