Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#34 from jerrywgz/add_unittest_for_pad…
Browse files Browse the repository at this point in the history
…dlevlp

add unittest
  • Loading branch information
jerrywgz authored Aug 1, 2023
2 parents a5a680b + 2fad285 commit d48c387
Show file tree
Hide file tree
Showing 9 changed files with 2,012 additions and 559 deletions.
1 change: 1 addition & 0 deletions paddlevlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
from .models import *
from .optimization import *
from .processors import *
from .tests import *
5 changes: 5 additions & 0 deletions paddlevlp/models/blip2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from .configuration import *
from .modeling import *

__all__ = configuration.__all__ + modeling.__all__
Loading

0 comments on commit d48c387

Please sign in to comment.