mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(test-fix) hf is unstable
This commit is contained in:
parent
9bac163e4e
commit
1bd92b20dd
1 changed files with 2 additions and 0 deletions
|
|
@ -2836,6 +2836,8 @@ def test_completion_hf_prompt_array():
|
|||
print(str(e))
|
||||
if "is currently loading" in str(e):
|
||||
return
|
||||
if "Service Unavailable" in str(e):
|
||||
return
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue