chore: playground hotkey

This commit is contained in:
jialin
2024-06-25 17:09:47 +08:00
parent a7ea167298
commit ad9775db69
13 changed files with 122 additions and 37 deletions
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -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>