Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
wodesuck committed May 11, 2018
1 parent db5b168 commit 29f7724
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion etc/mcts_1gpu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ eval_wait_batch_timeout_us: 100
model_config {
train_dir: "ckpt"
enable_tensorrt: 1
tensorrt_model_path: "zero.ckpt-m8.FP32.PLAN"
tensorrt_model_path: "zero.ckpt-20b-v1.FP32.PLAN"
}
gpu_list: "0"
c_puct: 2.5
Expand Down
2 changes: 1 addition & 1 deletion etc/mcts_2gpu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ eval_wait_batch_timeout_us: 100
model_config {
train_dir: "ckpt"
enable_tensorrt: 1
tensorrt_model_path: "zero.ckpt-m8.FP32.PLAN"
tensorrt_model_path: "zero.ckpt-20b-v1.FP32.PLAN"
}
gpu_list: "0,1"
c_puct: 2.5
Expand Down
2 changes: 1 addition & 1 deletion etc/mcts_4gpu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ eval_wait_batch_timeout_us: 100
model_config {
train_dir: "ckpt"
enable_tensorrt: 1
tensorrt_model_path: "zero.ckpt-m8.FP32.PLAN"
tensorrt_model_path: "zero.ckpt-20b-v1.FP32.PLAN"
}
gpu_list: "0,1,2,3"
c_puct: 2.5
Expand Down
2 changes: 1 addition & 1 deletion etc/mcts_8gpu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ eval_wait_batch_timeout_us: 100
model_config {
train_dir: "ckpt"
enable_tensorrt: 1
tensorrt_model_path: "zero.ckpt-m8.FP32.PLAN"
tensorrt_model_path: "zero.ckpt-20b-v1.FP32.PLAN"
}
gpu_list: "0,1,2,3,4,5,6,7"
c_puct: 2.5
Expand Down
6 changes: 3 additions & 3 deletions etc/mcts_async_dist.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ eval_wait_batch_timeout_us: 100
model_config {
train_dir: "ckpt"
enable_tensorrt: 1
tensorrt_model_path: "zero.ckpt-m8.FP32.PLAN"
tensorrt_model_path: "zero.ckpt-20b-v1.FP32.PLAN"
}
enable_dist: 1
dist_svr_addrs: "ip:port,ip:port,ip:port,ip:port"
Expand Down Expand Up @@ -85,7 +85,7 @@ dist_config {
leaky_bucket_refill_period_ms: 5000
}
c_puct: 2.5
virtual_loss: 1.0
virtual_loss: 0.5
enable_resign: 1
v_resign: -0.9
enable_dirichlet_noise: 0
Expand All @@ -101,7 +101,7 @@ early_stop {
enable: 1
check_every_ms: 100
sims_factor: 1.0
sims_threshold: 2000
sims_threshold: 100000
}
unstable_overtime {
enable: 1
Expand Down
4 changes: 2 additions & 2 deletions etc/mcts_dist.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ eval_wait_batch_timeout_us: 100
model_config {
train_dir: "ckpt"
enable_tensorrt: 1
tensorrt_model_path: "zero.ckpt-m8.FP32.PLAN"
tensorrt_model_path: "zero.ckpt-20b-v1.FP32.PLAN"
}
enable_dist: 1
dist_svr_addrs: "ip:port"
Expand Down Expand Up @@ -67,7 +67,7 @@ early_stop {
enable: 1
check_every_ms: 100
sims_factor: 1.0
sims_threshold: 2000
sims_threshold: 10000
}
unstable_overtime {
enable: 1
Expand Down

0 comments on commit 29f7724

Please sign in to comment.