🚩424 Failed dependency
#243
by
bvk1ng
- opened
Hey everyone,
I was trying to use the Bloom Inference API, and I am suddenly getting a 424 Failed Dependency
error. It was working fine yesterday, but suddenly, it's not working now.
Facing the same issue
I can confirm, same here.
bvk1ng
changed discussion title from
424 Failed dependency
to 🚩424 Failed dependency
Eagerly waiting for a fix of this issue🥺
I'm getting the same error (or related error) through the text_generation Python library when trying to use the "bigscience/bloom" model.
Traceback (most recent call last):
File ".../.venv/lib/python3.11/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
So much for artificial intelligence when nothing works 💩
This should be fixed now, thank you for your patience.
christopher
changed discussion status to
closed