Skip to content

Commit

Permalink
pinpoint the actual commit hash to specify revision
Browse files Browse the repository at this point in the history
  • Loading branch information
liamjxu committed Dec 16, 2024
1 parent eff37f5 commit ce9941e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helm/benchmark/scenarios/bigcodebench_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def get_instances(self, output_path: str) -> List[Instance]:
ensure_directory_exists(cache_dir)
dataset = datasets.load_dataset(
"bigcode/bigcodebench",
revision="35a015f216382cb88997b91b9400357a79e55141", # for v0.1.2
cache_dir=cache_dir,
split=self.version,
)
Expand Down

0 comments on commit ce9941e

Please sign in to comment.