Skip to content

Commit df66f00

Browse files
committed
Update on "[llama-mm] Add export-friendly tile position embedding"
Summary: Before we make a decision on whether torchtune takes this export-friendly version of `TilePositionEmbedding`, we put it under `extension/llm` so that users can start to use it. Added unit tests to make sure the behavior is the same as the reference implementation in torchtune and export/AOTI/ET all working properly. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
1 parent 4844db7 commit df66f00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ addopts =
3838
# backends/xnnpack
3939
backends/xnnpack/test
4040
# extension/
41+
extension/llm/modules/test
4142
extension/pybindings/test
4243
# Runtime
4344
runtime

0 commit comments

Comments
 (0)