Skip to content

clip model tests are causing CI failures due to too many requests to external servers. #504

Description

@dushyantbehl

Please see sample run here

The test cases added inside test_e2e_clip_compare_spyre.py and test_clip_cpu_accuracy.py file use the external URL to fetch and image as reference. This is causign CI failures as marked above.

A simple solution is to cache the image and load the cached image inside test cases such an image could reside under the tests folder inside potentially like tests/artifacts/labrador.jpg and can be loaded directly from locally.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions