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
08f6fa0b
Unverified
Commit
08f6fa0b
authored
Dec 06, 2024
by
Nicolas Patry
Browse files
Removing experimental to prefill chunking.
parent
d96dcb17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
server/text_generation_server/models/model.py
server/text_generation_server/models/model.py
+1
-3
No files found.
server/text_generation_server/models/model.py
View file @
08f6fa0b
...
@@ -86,9 +86,7 @@ class Model(ABC):
...
@@ -86,9 +86,7 @@ class Model(ABC):
)
)
support_chunking
=
False
support_chunking
=
False
log_master
(
log_master
(
logger
.
info
,
f
"Using prefill chunking =
{
support_chunking
}
"
)
logger
.
info
,
f
"Using experimental prefill chunking =
{
support_chunking
}
"
)
self
.
support_chunking
=
support_chunking
self
.
support_chunking
=
support_chunking
set_support_chunking
(
support_chunking
)
set_support_chunking
(
support_chunking
)
...
...
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