parent
01a515dea2
commit
9c739651cd
|
@ -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.
|
# 422 means the server was unable to process the request because it contains invalid data.
|
||||||
assert response.status_code == 422
|
assert response.status_code == 422
|
||||||
assert response.json() == {
|
assert response.json() == {
|
||||||
"error": "Grammar and tools are mutually exclusive",
|
"error": "Tool error: Grammar and tools are mutually exclusive",
|
||||||
"error_type": "grammar and tools",
|
"error_type": "tool_error",
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
fbgemm_commit := ddac8dd9fc0bee70a3f456df68b8aac38576c856
|
fbgemm_commit := v0.8.0
|
||||||
|
|
||||||
build-fbgemm:
|
build-fbgemm:
|
||||||
git clone https://github.com/pytorch/FBGEMM.git fbgemm && \
|
git clone https://github.com/pytorch/FBGEMM.git fbgemm && \
|
||||||
|
|
Loading…
Reference in New Issue