nip.language_model_server.types#
Types for the language model server, including request and response structures.
Module Attributes
The status of the vLLM server. |
|
The status of a training job. |
|
The destination for subprocess output. |
Classes
|
A request to create a new training job. |
|
Configuration for Direct Preference Optimization (DPO) training. |
|
Configuration for a LoRA adapter to be applied on top of a base model. |
|
Configuration for training a language model with the language model server. |
|
A response containing the version of the language model server. |
|
A data structure representing information about a training job. |
|
A request to start the vLLM server with a specific model. |
|
A response obtained when starting the vLLM server. |
|
A response obtained when checking the vLLM server status. |
|
A request to stop the vLLM server. |