ECP Setup
Prerequisites
<Intranet_IP>:<9085> <--> <Public_IP>:<PORT>curl -fsSL https://raw.githubusercontent.com/swanchain/go-computing-provider/releases/ubi/setup.sh | bash# At least 200G storage is needed
export PARENT_PATH="<V28_PARAMS_PATH>"
# 512MiB parameters
curl -fsSL https://raw.githubusercontent.com/swanchain/go-computing-provider/releases/ubi/fetch-param-512.sh | bash
# 32GiB parameters
curl -fsSL https://raw.githubusercontent.com/swanchain/go-computing-provider/releases/ubi/fetch-param-32.sh | bash
Install ECP and Init CP Account
Config resource price
Config and Receive Inference task
Start ECP service
About Sequencer
Why need Sequencer?
How to Set it?
Last updated