Unverified Commit 9c739651 authored by Nicolas Patry's avatar Nicolas Patry Committed by GitHub
Browse files

Upgrade fbgemm (#2398)

* Upgrade fbgemm

* Fix fbgemm version
parent 01a515de
......@@ -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",
}
fbgemm_commit := ddac8dd9fc0bee70a3f456df68b8aac38576c856
fbgemm_commit := v0.8.0
build-fbgemm:
git clone https://github.com/pytorch/FBGEMM.git fbgemm && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment