Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into coffee-uses-newhelm
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/coffee/newhelm_runner.py
#	tests/make_data.py
  • Loading branch information
wpietri committed Feb 15, 2024
2 parents f7bb1f0 + 898d037 commit 3a98a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/coffee/templates/benchmarks.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ breadcrumb(benchmark_score, benchmark_definition) }}

<div class="text-start mb-5">
<h1>AIP Safety Benchmarks <span type="button" class="btn beta ms-4 mb-2">Provisional</span></h1>
<h1>AI Safety Benchmarks <span type="button" class="btn beta ms-4 mb-2">Provisional</span></h1>
<div class="row mt-3">
<div class="col-10 fs-3 fw-light">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ def test_benchmarks(benchmark_score, template_env, stars_description, grouped_be
grouped_benchmark_scores=grouped_benchmark_scores,
stars_description=stars_description,
)
assert "AIP Safety Benchmarks" in result
assert "AI Safety Benchmarks" in result
assert "General Chat Bot Benchmark" in result
assert "Privacy Policy" in result

0 comments on commit 3a98a83

Please sign in to comment.