Skip to content

Commit

Permalink
remove unused probo imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bkorycki committed Nov 16, 2024
1 parent a30a8a4 commit 67b5280
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/modelgauge_tests/test_safe.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
import pytest

from modelgauge.auth.huggingface_inference_token import HuggingFaceInferenceToken
from modelgauge.auth.together_key import TogetherApiKey
from modelgauge.auth.vllm_key import VllmApiKey

try:
from modelgauge.private_ensemble_annotator_set import EnsembleAnnotatorSet

FAKE_HF_TOKEN = HuggingFaceInferenceToken("fake-hf-token")
FAKE_VLLM_KEY = VllmApiKey("fake-vllm-key")
except:
FAKE_HF_TOKEN = None # type: ignore
FAKE_VLLM_KEY = None # type: ignore
pass
from modelgauge.prompt import TextPrompt
from modelgauge.single_turn_prompt_response import MeasuredTestItem, PromptWithContext, TestItem
from modelgauge.tests.safe import (
Expand Down

0 comments on commit 67b5280

Please sign in to comment.