mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 04:21:34 +00:00
(test) hf currently loading error
This commit is contained in:
@@ -2833,8 +2833,9 @@ def test_completion_hf_prompt_array():
|
||||
assert len(response.choices) == 2
|
||||
# response_str = response["choices"][0]["text"]
|
||||
except Exception as e:
|
||||
print(str(e))
|
||||
if "is currently loading" in str(e):
|
||||
pass
|
||||
return
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user