Skip to content

The settings for max_input_length and max_decoding_tokens don't seem to be working. #4358

@musica2016

Description

@musica2016

I modified the config.toml file, setting max_input_length to 10240 and max_decoding_tokens to 512 (see below), but GPU memory usage remained unchanged, and the effective context length appears unaltered.
My objective is to extend the model's context window to enhance the quality of generated text.

[completion]
max_input_length = 10240
max_decoding_tokens = 512

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions