Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TS-MODELS-OPT
training
Autonomous-Driving-models
Commits
4dd174a2
Commit
4dd174a2
authored
Apr 08, 2026
by
雍大凯
Browse files
将子模块转换为普通目录
parent
007f2e68
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
docker-hub/BEVFormer/BEVFormer/start_bevformer.sh
docker-hub/BEVFormer/BEVFormer/start_bevformer.sh
+26
-0
No files found.
docker-hub/BEVFormer/BEVFormer/start_bevformer.sh
0 → 100644
View file @
4dd174a2
#!/bin/bash
export
NCCL_TOPO_FILE
=
null
export
NCCL_ALGO
=
Ring
export
NCCL_RINGS
=
"N0 0 7 6 5 4 3 2 1 N0|N1 1 2 3 4 5 6 7 0 N1|N2 2 1 0 7 6 5 4 3 N2|N3 3 4 5 6 7 0 1 2 N3|N4 4 3 2 1 0 7 6 5 N4|N5 5 6 7 0 1 2 3 4 N5|N6 6 5 4 3 2 1 0 7 N6|N7 7 0 1 2 3 4 5 6 N7"
export
PYTORCH_MIOPEN_SUGGEST_NHWC
=
1
export
MIOPEN_FIND_MODE
=
1
export
ENABLE_MIOPEN_DEFORMER_CONV_FP16
=
TRUE
#export MIOPEN_ENABLE_LOGGING=1 # 打开MIOPEN LOGGING日志 default =0
#export MIOPEN_ENABLE_LOGGING_CMD=1 # 输出日志CMD信息 default =0
#export MIOPEN_LOG_LEVEL=6 # 设置日志打印level default=0
#export ROCBLAS_LAYER=3 # 打开 rocblas输出日志 default=0
TIME
=
$(
date
"+%Y-%m-%d_%H_%M"
)
MASTER_ADDR
=
${
1
:-
localhost
}
NNODES
=
${
2
:-
1
}
NODE_RANK
=
${
3
:-
0
}
CONFIG
=
${
4
:-
./projects/configs/bevformer/bevformer_base.py
}
bash tools/dist_train_numa.sh
$MASTER_ADDR
$NNODES
$NODE_RANK
$CONFIG
\
2>&1 |
tee
cvm_bw1000_bevformer_base_
${
NNODES
}
nodes_
$TIME
.log
~
\ No newline at end of file
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