Skip to content

Commit

Permalink
create blip2 folder and add qformer layers under torchmm/models (#483)
Browse files Browse the repository at this point in the history
Summary:

as title

Differential Revision: D50137871
  • Loading branch information
Peng Chen authored and facebook-github-bot committed Oct 11, 2023
1 parent b8226b9 commit e2bf086
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/models/blip2/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions torchmultimodal/models/blip2/__init__.py
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e2bf086

Please sign in to comment.