You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
949 B
949 B
Multiple Node Cluster
To connect a remote worker to your existing GPUstack service and form a cluster, follow these steps:
- On the local host, retrieve the service token using the appropriate command for your operating system:
For Linux or MacOS
cat /var/lib/gpustack/token
For Windows
Get-Content -Path (Join-Path -Path $env:APPDATA -ChildPath "gpustack\token") -Raw
-
Your current service address is:
http://myserver. -
On the remote host, run the following command. Be sure to replace
mytokenwith the token you obtained in Step 1:
curl -sfL https://get.gpustack.ai | sh -s - --server-url http://myserver --token mytoken
- Go to
http://myserverand refresh the worker list. You should now see the newly added worker.


