chore: playground hotkey
This commit is contained in:
@@ -26,8 +26,8 @@ export interface ModelInstanceListItem {
|
||||
huggingface_repo_id: string;
|
||||
huggingface_filename: string;
|
||||
s3_address: string;
|
||||
node_id: number;
|
||||
node_ip: string;
|
||||
worker_id: number;
|
||||
worker_ip: string;
|
||||
pid: number;
|
||||
port: number;
|
||||
state: string;
|
||||
|
||||
@@ -338,7 +338,7 @@ const Models: React.FC = () => {
|
||||
<RowChildren>
|
||||
<Row style={{ width: '100%' }} align="middle">
|
||||
<Col span={4}>
|
||||
{item.node_ip}:{item.port}
|
||||
{item.worker_ip}:{item.port}
|
||||
</Col>
|
||||
<Col span={5}>
|
||||
<span>{item.huggingface_filename}</span>
|
||||
|
||||
Reference in New Issue
Block a user