Skip to content

Commit

Permalink
fix: fix typo when building package version in vidore results
Browse files Browse the repository at this point in the history
  • Loading branch information
tonywu71 committed Dec 8, 2024
1 parent ba0d05d commit 47eb4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vidore_benchmark/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def evaluate_retriever(
results = ViDoReBenchmarkResults(
metadata=MetadataModel(
timestamp=datetime.now(),
vidore_benchmark_version=os.popen("git rev-parse HEAD").read().strip(),
vidore_benchmark_version=version("vidore_benchmark"),
),
metrics={dataset_name: metrics[dataset_name]},
)
Expand Down

0 comments on commit 47eb4e2

Please sign in to comment.