From ffc0e5348502d0932404321d163d3e0595c4a53a Mon Sep 17 00:00:00 2001 From: Peng Chen Date: Thu, 12 Oct 2023 10:43:01 -0700 Subject: [PATCH] create blip2 folder and add qformer layers under torchmm/models (#483) Summary: as title Differential Revision: D50137871 --- tests/models/blip2/__init__.py | 5 +++++ torchmultimodal/models/blip2/__init__.py | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 tests/models/blip2/__init__.py create mode 100644 torchmultimodal/models/blip2/__init__.py diff --git a/tests/models/blip2/__init__.py b/tests/models/blip2/__init__.py new file mode 100644 index 000000000..2e41cd717 --- /dev/null +++ b/tests/models/blip2/__init__.py @@ -0,0 +1,5 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. diff --git a/torchmultimodal/models/blip2/__init__.py b/torchmultimodal/models/blip2/__init__.py new file mode 100644 index 000000000..2e41cd717 --- /dev/null +++ b/torchmultimodal/models/blip2/__init__.py @@ -0,0 +1,5 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree.