Skip to content

Commit

Permalink
Merge branch 'main' of github.com:danielz02/helm
Browse files Browse the repository at this point in the history
  • Loading branch information
danielz02 committed Oct 23, 2023
2 parents fc3f4bd + d89f294 commit 56158dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helm/proxy/clients/huggingface_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def do_it():
error: str = f"HuggingFace error: {e}"
return RequestResult(
success=False, cached=False, error=error, completions=[], embedding=[],
error_flags=ErrorFlags(is_retriable=False, is_fatal=False),
error_flags=ErrorFlags(is_retriable=False, is_fatal=True),
)

completions = []
Expand Down

0 comments on commit 56158dc

Please sign in to comment.