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.
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
testsfolder inside potentially liketests/artifacts/labrador.jpgand can be loaded directly from locally.