flowaicom / flow-judge

Code for evaluating with Flow-Judge-v0.1 - an open-source, lightweight (3.8B) language model optimized for LLM system evaluations. Crafted for accuracy, speed, and customization.
Apache License 2.0
53 stars 8 forks source link

hotfix: cover for download_dir being None #16

Closed sariola closed 1 month ago

sariola commented 1 month ago

Error occurring with VLLM with cases where download_dir is None. When download_dir was None, and we were trying to set it as an environment variable.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

:white_check_mark: All tests successful. No failed tests found.

Files with missing lines Patch % Lines
flow_judge/models/vllm.py 0.00% 3 Missing :warning:
Files with missing lines Coverage Δ
flow_judge/models/vllm.py 0.00% <0.00%> (ø)