mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 08:22:07 +00:00
parent
197dd3af12
commit
8750dc878e
@ -98,6 +98,6 @@ async def test_grammar_response_format_llama_error_if_tools_not_installed(
|
||||
# 422 means the server was unable to process the request because it contains invalid data.
|
||||
assert response.status_code == 422
|
||||
assert response.json() == {
|
||||
"error": "Grammar and tools are mutually exclusive",
|
||||
"error_type": "grammar and tools",
|
||||
"error": "Tool error: Grammar and tools are mutually exclusive",
|
||||
"error_type": "tool_error",
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
fbgemm_commit := ddac8dd9fc0bee70a3f456df68b8aac38576c856
|
||||
fbgemm_commit := v0.8.0
|
||||
|
||||
build-fbgemm:
|
||||
git clone https://github.com/pytorch/FBGEMM.git fbgemm && \
|
||||
|
Loading…
Reference in New Issue
Block a user