产品 |
是否支持 |
---|---|
√ |
|
x |
|
x |
|
x |
|
x |
配置模型列表,对应底层llm.om_pathsom_paths配置项,如果是flow model,只需要配置一个模型路径。
1 | om_paths(om_paths) |
参数名称 |
数据类型 |
取值说明 |
---|---|---|
om_paths |
List[str] |
配置模型列表。 |
1 2 3 | from llm_datadist import ModelConfig model_config = ModelConfig() model_config.om_paths = ["/data/llm.om"] |
无
无