Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend: Extend the models config YAML file
Extend the models config YAML file to include model-specific information. Add model-specific details, such as the number of parameters, memory footprint, and tensor type (e.g., FP32, BF16, etc.), along with a set of default values used by Lumigator when calling the models. Not all parameters are applicable to each model. For example, Hugging Face models have default values for parameters like `max_length`, while API models include parameters like `temperature`. In general, parameters are model-specific, so there is no universal set of parameter names. The defaults are inferred either by checking the documentation for each model or by examining the configuration file on the Hugging Face Hub. Closes #381 Signed-off-by: Dimitris Poulopoulos <[email protected]>
- Loading branch information