Skip to content

Commit

Permalink
Remove SUT that's not working. Fix filename. Assorted other cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
wpietri committed Feb 15, 2024
1 parent b504bfd commit ec7ffdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/coffee/newhelm_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class NewSutDescription:
def __hash__(self):
return super().__hash__()


class NewhelmSut(NewSutDescription, Enum):
GPT2 = "gpt2", "OpenAI GPT-2"
LLAMA_2_7B = "llama-2-7b", "Meta Llama 2, 7b parameters"
2 changes: 2 additions & 0 deletions src/coffee/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ def _make_output_dir():
@click.group()
def cli() -> None:
import newhelm.load_plugins

newhelm.load_plugins.load_plugins()

from newhelm.secrets_registry import SECRETS

SECRETS.set_values(get_or_create_json_file("secrets/default.json"))


Expand Down

0 comments on commit ec7ffdd

Please sign in to comment.