Skip to content

Commit f2a09a9

Browse files
author
harry
committed
fix: modify etc/config.toml
1 parent 2812a36 commit f2a09a9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

etc/config.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# gin 启动端口
1+
# gin startup port
22
port = ":2378"
33

4-
# etcd 地址
4+
# etcd addr
55
etcd_addr = "127.0.0.1:2379"
66

7-
# detect-gpu http 服务地址
8-
detect_gpu_addr = "http://10.10.10.21:2376/api/v1/detect/gpu"
9-
# 宿主机的 gpu 数量
7+
# detect-gpu addr
8+
detect_gpu_addr = "http://127.0.0.1:2376/api/v1/detect/gpu"
9+
# host gpu count
1010
available_gpu_nums = 8
1111

12-
13-
# 指定可用端口号的范围
12+
# available port range
1413
start_port = 40000
1514
end_port = 65535

0 commit comments

Comments
 (0)