Skip to content

Commit

Permalink
Rename flamingo to llama3_2_mm (#5759)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #5759

Reviewed By: iseeyuan

Differential Revision: D63653850

Pulled By: dvorjackz

fbshipit-source-id: c24f4d34d7f9da5541ae7b6a81af77b56f2fb532
  • Loading branch information
dvorjackz authored and facebook-github-bot committed Oct 4, 2024
1 parent 3a25651 commit 20a157f
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* LICENSE file in the root directory of this source tree.
*/

#include <executorch/examples/models/flamingo/cross_attention/cross_attention_mask.h>
#include <executorch/examples/models/llama3_2_mm/cross_attention/cross_attention_mask.h>

#include <algorithm>
#include <string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* LICENSE file in the root directory of this source tree.
*/

#include <executorch/examples/models/flamingo/cross_attention/cross_attention_mask.h>
#include <executorch/examples/models/llama3_2_mm/cross_attention/cross_attention_mask.h>

#include <gtest/gtest.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree.

import torch
from executorch.examples.models.flamingo.preprocess.export_preprocess_lib import (
from executorch.examples.models.llama3_2_mm.preprocess.export_preprocess_lib import (
export_preprocess,
get_example_inputs,
lower_to_executorch_preprocess,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* LICENSE file in the root directory of this source tree.
*/

#include "executorch/examples/models/flamingo/preprocess/preprocess.h"
#include "executorch/examples/models/llama3_2_mm/preprocess/preprocess.h"

#include <algorithm>
#include <cassert>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* LICENSE file in the root directory of this source tree.
*/

#include <executorch/examples/models/flamingo/preprocess/preprocess.h>
#include <executorch/examples/models/llama3_2_mm/preprocess/preprocess.h>
#include <gtest/gtest.h>

using namespace ::testing;
Expand Down

0 comments on commit 20a157f

Please sign in to comment.