File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM public.ecr.aws/neuron/pytorch-training-neuronx:2.5.1-neuronx-py310-sdk2.21 .0-ubuntu22.04
1
+ FROM public.ecr.aws/neuron/pytorch-training-neuronx:2.5.1-neuronx-py310-sdk2.22 .0-ubuntu22.04
2
2
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
ENV DEBCONF_NONINTERACTIVE_SEEN=true
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ export YOLOX_DATADIR=/datasets
2
2
export YOLOX_OUPUT_DIR=" ./YOLOX_neuron_outputs"
3
3
export OMP_NUM_THREADS=16
4
4
export LOGURU_LEVEL=" INFO"
5
- export NEURON_CC_FLAGS=" --cache_dir=/cache --model-type=cnn-training "
5
+ export NEURON_CC_FLAGS=" --cache_dir=/cache --model-type=generic "
6
6
export NEURON_RT_STOCHASTIC_ROUNDING_EN=" 1"
7
7
export XLA_IR_SHAPE_CACHE_SIZE=" 20480"
8
- export XLA_IR_DEBUG=1
9
- export XLA_HLO_DEBUG=1
10
- export PT_XLA_DEBUG=1
8
+ export XLA_IR_DEBUG=0
9
+ export XLA_HLO_DEBUG=0
10
+ export PT_XLA_DEBUG=0
11
11
export PT_XLA_DEBUG_FILE=./pt_xla_debug.txt
12
12
torchrun --standalone --nproc_per_node=32 tools/train.py -b 128 -n yolox-s
You can’t perform that action at this time.
0 commit comments