Skip to content

Commit

Permalink
add unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywgz committed Aug 1, 2023
1 parent 0a9cb60 commit 2fad285
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 2fad285

Please sign in to comment.