Skip to content

Commit

Permalink
making things work-ish (#560)
Browse files Browse the repository at this point in the history
* making things work-ish

* BLACK!!!!
  • Loading branch information
dhosterman authored Oct 7, 2024
1 parent 0884d7c commit 8aeca34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modelgauge/private_ensemble_annotator_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
EnsembleAnnotator,
) # type: ignore
from modelgauge.annotators.llama_3_70b_chat_annotator import (
LLAMA_3_70B_CONFIG,
LLAMA_3_70B_PE_TAMALPAIS_2024_09_09_CONFIG as LLAMA_3_70B_CONFIG,
) # type: ignore
from modelgauge.annotators.llama_guard_2_lora_annotator import (
LlamaGuard2LoRAAnnotator,
Expand All @@ -23,7 +23,7 @@
config as LG2_LORA_CONFIG,
) # type: ignore
from modelgauge.annotators.mistral_8x22b_instruct_annotator import (
MISTRAL_8x22B_CONFIG,
MISTRAL_8x22B_PE_TAMALPAIS_2024_09_09_CONFIG as MISTRAL_8x22B_CONFIG,
) # type: ignore
from modelgauge.annotators.prompt_engineered_annotator import (
PromptEngineeredAnnotator,
Expand Down

0 comments on commit 8aeca34

Please sign in to comment.