ray.serve.llm.configs.GCSMirrorConfig#

pydantic model ray.serve.llm.configs.GCSMirrorConfig[source]#

The configuration for mirroring an LLM model from GCS.

PublicAPI (alpha): This API is in alpha and may change before becoming stable.

field bucket_uri: str | None = None#
field extra_files: List[ExtraFiles] [Optional]#
validator check_uri_format  »  bucket_uri[source]#
classmethod parse_yaml(file, **kwargs) ModelT#