Skip to content

Commit

Permalink
Bump Huggingface timeout from 15 to 20 minutes. (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpietri authored Oct 22, 2024
1 parent 286f892 commit 1d9b8b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from modelgauge.sut_decorator import modelgauge_sut
from modelgauge.sut_registry import SUTS

HUGGING_FACE_TIMEOUT = 60 * 15
HUGGING_FACE_TIMEOUT = 60 * 20


class ChatMessage(BaseModel):
Expand Down

0 comments on commit 1d9b8b0

Please sign in to comment.