Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
9c739651
Unverified
Commit
9c739651
authored
Aug 12, 2024
by
Nicolas Patry
Committed by
GitHub
Aug 12, 2024
Browse files
Upgrade fbgemm (#2398)
* Upgrade fbgemm * Fix fbgemm version
parent
01a515de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
integration-tests/models/test_grammar_response_format_llama.py
...ration-tests/models/test_grammar_response_format_llama.py
+2
-2
server/Makefile-fbgemm
server/Makefile-fbgemm
+1
-1
No files found.
integration-tests/models/test_grammar_response_format_llama.py
View file @
9c739651
...
...
@@ -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
"
,
}
server/Makefile-fbgemm
View file @
9c739651
fbgemm_commit :=
ddac8dd9fc0bee70a3f456df68b8aac38576c856
fbgemm_commit :=
v0.8.0
build-fbgemm:
git clone https://github.com/pytorch/FBGEMM.git fbgemm && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment