Conversation
There was a problem hiding this comment.
PR Summary
This pull request adds a benchmark for the CLIP model, addressing issue #259. The main changes include:
- Added a new Makefile target
benchmark_embed_visionfor benchmarking with base64 encoded images - Created a new benchmark data file with base64 encoded images to avoid measuring download speed
- Updated the Makefile to include the new benchmark command
The benchmark can be run using the command make benchmark_embed_vision, which uses ApacheBench to test the performance of the CLIP model with image embeddings.
1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #438 +/- ##
=======================================
Coverage 79.22% 79.22%
=======================================
Files 41 41
Lines 3245 3245
=======================================
Hits 2571 2571
Misses 674 674 ☔ View full report in Codecov by Sentry. |
PR for issue #259
Add base64 encoded image to test data which can be used to run benchmark without being influenced by download speed.
Run server:
Example run on my local laptop: