Skip to content

Commit 66d8365

Browse files
use specified version id in run util (#39)
1 parent 976ffc2 commit 66d8365

File tree

1 file changed

+2
-0
lines changed
  • src/humanloop/eval_utils

1 file changed

+2
-0
lines changed

src/humanloop/eval_utils/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,9 @@ def run_eval(
409409
run: EvaluationRunResponse = client.evaluations.create_run(
410410
id=evaluation.id,
411411
dataset={"version_id": hl_dataset.version_id},
412+
version={"version_id": hl_file.version_id},
412413
orchestrated=False if function_ is not None else True,
414+
use_existing_logs=False,
413415
)
414416
# Every Run will generate a new batch of Logs
415417
run_id = run.id

0 commit comments

Comments
 (0)