Skip to content

Commit

Permalink
Fix L0_sagemaker (#6587)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 authored Nov 16, 2023
1 parent 859ab91 commit 4102905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qa/L0_sagemaker/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,7 @@ cp ../python_models/add_sub/model.py ${ENSEMBLE_MODEL_PATH}/${model_name}/1/. &&
cp ../python_models/add_sub/config.pbtxt ${ENSEMBLE_MODEL_PATH}/${model_name}/.
(cd ${ENSEMBLE_MODEL_PATH}/${model_name} && \
sed -i "s/label_filename:.*//" config.pbtxt && \
sed -i "0,/name:.*/{s/name:.*/name: \"${model_name}\"/}" config.pbtxt && \
echo "max_batch_size: 64" >> config.pbtxt)
echo "max_batch_size: 64" >> config.pbtxt)

# Ensemble part
mkdir -p ${ENSEMBLE_MODEL_PATH}/fan_${model_name}/1 && \
Expand Down

0 comments on commit 4102905

Please sign in to comment.