Skip to content

Commit

Permalink
change GenAIEval to evals (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkk12014402 authored May 31, 2024
1 parent ed311f5 commit d179698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/llms/lm-eval/self_hosted_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import lm_eval.api.registry
import torch
from docarray import BaseDoc
from GenAIEval.evaluation.lm_evaluation_harness.lm_eval.models.huggingface import HFLM, GaudiHFModelAdapter
from evals.evaluation.lm_evaluation_harness.lm_eval.models.huggingface import HFLM, GaudiHFModelAdapter

from comps import ServiceType, opea_microservices, opea_telemetry, register_microservice

Expand Down

0 comments on commit d179698

Please sign in to comment.