Conversation
Taken from the model's config.json, or from the override context_window in openarc_config.json (set via the --context-window parameter)
Important especially for changed --runtime-config, but done on every config change, just to make sure that no runtime conflicts come up when certain configuration options differ between model loads.
…nd load commands. The flag forces a recompile of every model that is loaded on `serve start`, or a recompile of the model that is to be loaded on the `load` subcommand.
--max-tokens is the configured model default, when the parameter max_tokens is omitted by client requests. Until now it was at the hardcoded default of 16k, now its configurable.
…er-config parameters. --runtime-config and --scheduler-config accept a Json string of advanced parameters and their values. These are now documented when calling `openarc add --runtime-config --help` or `openarc add --scheduler-config --help` respectively.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If preferred, I can exclude the --max-tokens window change, just need your confirmation :)