Skip to content

Commit ccb516d

Browse files
authored
Revert "[llama-mm] Onboard torchtune vision encoder to ExecuTorch/AOTI (#6807)"
This reverts commit a6cfb03.
1 parent a6cfb03 commit ccb516d

File tree

7 files changed

+1
-152
lines changed

7 files changed

+1
-152
lines changed

.ci/scripts/gather_test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"ic4": "linux.12xlarge",
2525
"resnet50": "linux.12xlarge",
2626
"llava": "linux.12xlarge",
27-
"llama3_2_vision_encoder": "linux.12xlarge",
2827
# This one causes timeout on smaller runner, the root cause is unclear (T161064121)
2928
"dl3": "linux.12xlarge",
3029
"emformer_join": "linux.12xlarge",

examples/models/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"emformer_join": ("emformer_rnnt", "EmformerRnntJoinerModel"),
1919
"llama2": ("llama", "Llama2Model"),
2020
"llama": ("llama", "Llama2Model"),
21-
"llama3_2_vision_encoder": ("llama3_2_vision", "FlamingoVisionEncoderModel"),
2221
"lstm": ("lstm", "LSTMModel"),
2322
"mobilebert": ("mobilebert", "MobileBertModelExample"),
2423
"mv2": ("mobilenet_v2", "MV2Model"),

examples/models/llama3_2_vision/vision_encoder/__init__.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/models/llama3_2_vision/vision_encoder/model.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

examples/models/llama3_2_vision/vision_encoder/test/__init__.py

Whitespace-only changes.

examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

pytest.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ addopts =
1616
devtools/
1717
# examples
1818
examples/models/llama/tests
19-
examples/models/llama3_2_vision/preprocess/test
20-
examples/models/llama3_2_vision/vision_encoder/test
19+
examples/models/llama3_2_vision/preprocess
2120
# examples/models/llava/test TODO: enable this
2221
# exir
2322
exir/_serialize/test

0 commit comments

Comments
 (0)