Upgrade fbgemm (#2398)

* Upgrade fbgemm

* Fix fbgemm version
This commit is contained in:
Nicolas Patry 2024-08-12 14:08:38 +02:00 committed by GitHub
parent 01a515dea2
commit 9c739651cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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",
}

View File

@ -1,4 +1,4 @@
fbgemm_commit := ddac8dd9fc0bee70a3f456df68b8aac38576c856
fbgemm_commit := v0.8.0
build-fbgemm:
git clone https://github.com/pytorch/FBGEMM.git fbgemm && \