-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llama-mm] Fix vision encoder model test (#6842)
* [llama-mm] Fix vision encoder model test Summary: As titled. We need a smaller model config to make it work on CI jobs. Test Plan: Reviewers: Subscribers: Tasks: Tags: * Fix pull.yml and trunk.yml Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * Remove torchao Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * Small fixes Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * Add torchao back Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
- Loading branch information
1 parent
21eecff
commit 0a9598b
Showing
5 changed files
with
38 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 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. | ||
|
||
from .vision_encoder import FlamingoVisionEncoderModel, VisionEncoderConfig | ||
|
||
__all__ = [ | ||
"FlamingoVisionEncoderModel", | ||
"VisionEncoderConfig", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters