-
Notifications
You must be signed in to change notification settings - Fork 72
[Usage]: 请问0.5.0rc1支持双节点部署吗? #889
Copy link
Copy link
Open
Labels
Description
Your current environment
ucm0.5.0rc1 \
vllm-ascend 0.17.0 \
GLM4.7
How would you like to use ucm.
双节点的时候存储需要共享吗?
config的配置应该是
ucm_connectors:
ucm_connector_name: "UcmNfsStore"
ucm_connector_config:storage_backends:"/mnt/test"
io_direct: false
还是
Ucm_connector_name:"UcmPipelineStore"
ucm_connector_config:
store_pipeline: "Cache|Posix"storage_backends:"/mnt/test"
io_direct: false
呢
我用的UcmNfsStore 但是没有看到在/mnt/test下面生成对应文件
Reactions are currently unavailable