fix: sglang enable across worker
This commit is contained in:
@@ -243,6 +243,7 @@ const ClusterCreate = () => {
|
||||
const info = await queryClusterToken({ id: res.id });
|
||||
setRegistrationInfo({
|
||||
...info,
|
||||
image: info.container_registry,
|
||||
cluster_id: res.id
|
||||
});
|
||||
return true;
|
||||
|
||||
@@ -68,6 +68,7 @@ const AddWorker: React.FC<AddWorkerProps> = (props) => {
|
||||
firstLoad.current = false;
|
||||
setRegistrationInfo({
|
||||
...data,
|
||||
image: data.container_registry,
|
||||
cluster_id: value
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user