(test-fix) hf is unstable

This commit is contained in:
ishaan-jaff 2024-03-04 08:44:39 -08:00
parent 9bac163e4e
commit 1bd92b20dd

View file

@ -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}")