Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
lizhiping
text-generation-inference
Commits
0c95f7a9
Commit
0c95f7a9
authored
1 year ago
by
Daniël de Kok
Browse files
Options
Download
Email Patches
Plain Diff
Debug softcap flash decoding activation
parent
9935720c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
launcher/src/main.rs
launcher/src/main.rs
+1
-1
No files found.
launcher/src/main.rs
View file @
0c95f7a9
...
...
@@ -1448,7 +1448,7 @@ fn main() -> Result<(), LauncherError> {
)))
}
};
let
max_position_embeddings
:
usize
=
get_max_position_embeddings
()
.unwrap
_or
(
4096
);
let
max_position_embeddings
:
usize
=
get_max_position_embeddings
()
.unwrap
(
);
let
max_input_tokens
=
{
match
(
args
.max_input_tokens
,
args
.max_input_length
)
{
...
...
This diff is collapsed.
Click to expand it.
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