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.
gpustack/docs/tutorials/multiple-node-cluster.md

949 B

Multiple Node Cluster

To connect a remote worker to your existing GPUstack service and form a cluster, follow these steps:

  1. 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

Get Token

  1. Your current service address is: http://myserver.

  2. On the remote host, run the following command. Be sure to replace mytoken with the token you obtained in Step 1:

curl -sfL https://get.gpustack.ai | sh -s - --server-url http://myserver --token mytoken

Add New Worker

  1. Go to http://myserver and refresh the worker list. You should now see the newly added worker.

New Woker