【3FS】DeepSeek 3FS集群部署

DeepSeek 3FS集群部署

dnf install rdma-core-devel
dnf install gperftools-devel
dnf install python3-devel

 

cmake -S . -B build  -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CXX_COMPILER=/opt/clang-14/bin/clang++-14  -DCMAKE_C_COMPILER=/opt/clang-14/bin/clang-14
cmake --build build -j 32

 

安装rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
// 输入1确认
source $HOME/.cargo/env

然后验证:

 

cargo --version
rustc --version
/opt/3fs/bin/admin_cli --cfg /opt/3fs/etc/admin_cli.toml  \
    --config.mgmtd_client.mgmtd_server_addresses '["RDMA://192.168.1.1:8000"]' \
    --config.user_info.token $(<"/opt/3fs/etc/token.txt") "upload-chains output/generated_chains.csv"

 

/opt/3fs/bin/admin_cli --cfg /opt/3fs/etc/admin_cli.toml 
    --config.mgmtd_client.mgmtd_server_addresses '["RDMA://192.168.1.1:8000"]'
    --config.user_info.token $(<"/opt/3fs/etc/token.txt") "upload-chain-table 
    --desc stage 1 output/generated_chain_table.csv"

 

posted @ 2025-05-07 14:12  苏格拉底的落泪  阅读(99)  评论(0)    收藏  举报