Skip to content

Commit

Permalink
add TODOs to remove neurips naming
Browse files Browse the repository at this point in the history
  • Loading branch information
drisspg committed Aug 16, 2023
1 parent 29b118b commit 12dcabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/helm/benchmark/static/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ models:
num_parameters: 70000000000
release_date: 2022-01-01

# Neurips
# TODO: Remove Once we have configurable model names
- name: neurips/local
display_name: Local service
description: Local competition service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from .tokenizer_service import TokenizerService


# TODO: Remove Once we have configurable model names since this hardcodes the tokenizer name
class HTTPModelWindowServce(LocalWindowService):
def __init__(self, service: TokenizerService):
super().__init__(service)
Expand Down

0 comments on commit 12dcabb

Please sign in to comment.