Closed gdevakumar closed 1 month ago
I think I got it resolved. I followed the steps provided in #10 I've installed all the dependencies
!pip install flow-judge[llamafile,dev,hf,vllm]
Used this code to import the model
from flow_judge.models import Llamafile
model = Llamafile()
Thanks!
I am trying to use FlowJudge model as LLM-as-judge for a small use-case.
When I am trying to import model factory, i get this error. I installed the library as suggested in the docs.
Can anyone help me here?