Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
52450b5f
Unverified
Commit
52450b5f
authored
Apr 23, 2026
by
one
Committed by
GitHub
Apr 23, 2026
Browse files
Config: Update dist-inference params (#17)
parent
b015ceeb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
42 deletions
+32
-42
superbench/config/hygon_bw1000.yaml
superbench/config/hygon_bw1000.yaml
+16
-21
superbench/config/hygon_bw150.yaml
superbench/config/hygon_bw150.yaml
+16
-21
No files found.
superbench/config/hygon_bw1000.yaml
View file @
52450b5f
...
...
@@ -507,24 +507,19 @@ superbench:
ib_dev
:
'
"$(case
$LOCAL_RANK
in
0)
echo
mlx5_1
;;
1)
echo
mlx5_2
;;
2)
echo
mlx5_3
;;
3)
echo
mlx5_4
;;
4)
echo
mlx5_7
;;
5)
echo
mlx5_8
;;
6)
echo
mlx5_9
;;
7)
echo
mlx5_10
;;
esac)"'
numa_dev
:
'
"$(case
$LOCAL_RANK
in
0)
echo
3
;;
1)
echo
1
;;
2)
echo
1
;;
3)
echo
0
;;
4)
echo
7
;;
5)
echo
5
;;
6)
echo
5
;;
7)
echo
4
;;
esac)"'
bidirectional
:
false
# dist-inference:
# modes:
# - name: mpi
# proc_num: 8
# node_num: 1
# mca:
# pml: ob1
# btl: ^openib
# btl_tcp_if_exclude: lo,docker0
# coll_hcoll_enable: 0
# frameworks:
# - pytorch
# parameters:
# num_layers: 50
# num_warmup: 20
# num_steps: 100
# use_cuda_graph: true
# precision: float16
# hidden_size: 128
# input_size: 128
# batch_size: 1024
dist-inference
:
modes
:
-
name
:
mpi
proc_num
:
8
node_num
:
1
frameworks
:
-
pytorch
parameters
:
num_layers
:
20
num_warmup
:
20
num_steps
:
100
use_cuda_graph
:
true
precision
:
float16
hidden_size
:
4096
input_size
:
4096
batch_size
:
1024
superbench/config/hygon_bw150.yaml
View file @
52450b5f
...
...
@@ -396,24 +396,19 @@ superbench:
parameters
:
mem_type
:
[
htod
,
dtoh
,
dtod
,
one_to_all
,
all_to_one
,
all_to_all
]
copy_type
:
[
sm
,
dma
]
# dist-inference:
# modes:
# - name: mpi
# proc_num: 8
# node_num: 1
# mca:
# pml: ob1
# btl: ^openib
# btl_tcp_if_exclude: lo,docker0
# coll_hcoll_enable: 0
# frameworks:
# - pytorch
# parameters:
# num_layers: 50
# num_warmup: 20
# num_steps: 100
# use_cuda_graph: true
# precision: float16
# hidden_size: 128
# input_size: 128
# batch_size: 1024
dist-inference
:
modes
:
-
name
:
mpi
proc_num
:
8
node_num
:
1
frameworks
:
-
pytorch
parameters
:
num_layers
:
20
num_warmup
:
20
num_steps
:
100
use_cuda_graph
:
true
precision
:
float16
hidden_size
:
4096
input_size
:
4096
batch_size
:
1024
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment