Skip to content

Commit

Permalink
A Huggingface endpoint broke; this uses the replacement endpoint. (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpietri authored Nov 14, 2024
1 parent fe34561 commit 99b023d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from dataclasses import asdict
from typing import Dict, List, Optional

from huggingface_hub import get_inference_endpoint, InferenceClient, InferenceEndpointStatus # type: ignore
from huggingface_hub.utils import HfHubHTTPError # type: ignore
from pydantic import BaseModel
Expand Down Expand Up @@ -128,7 +129,7 @@ def translate_response(
SUTS.register(
HuggingFaceChatCompletionSUT,
"gemma-2-9b-it-hf",
"gemma-2-9b-it-qfa",
"gemma-2-9b-it-plf",
HF_SECRET,
)

Expand Down

0 comments on commit 99b023d

Please sign in to comment.