Skip to content

Commit 3c5f6ad

Browse files
ajayvohra2005Ubuntu
authored and
Ubuntu
committed
update scripts
1 parent ce8f904 commit 3c5f6ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile.neuron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
ENV DEBCONF_NONINTERACTIVE_SEEN=true

run-neuron.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ export YOLOX_DATADIR=/datasets
22
export YOLOX_OUPUT_DIR="./YOLOX_neuron_outputs"
33
export OMP_NUM_THREADS=16
44
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"
66
export NEURON_RT_STOCHASTIC_ROUNDING_EN="1"
77
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
1111
export PT_XLA_DEBUG_FILE=./pt_xla_debug.txt
1212
torchrun --standalone --nproc_per_node=32 tools/train.py -b 128 -n yolox-s

0 commit comments

Comments
 (0)