Skip to content

upgrading from onnxruntime_1.1.1 to onnxruntime_1.5.1

This is an attempt to upgrade onnxruntime from 1.1.1 to 1.5.1. Notes:

  • onnxruntime-1.1.1-automl_featurizers.patch is nomore needed
  • Updated python patch is required
  • onnxruntime_v1.5.1.tar.bz2 was created from git clone --recursive https://github.com/Microsoft/onnxruntime
  • onnxruntime_v1.5.1.tar.bz2 needs to be in ATLAS EOS software area
  • onnxruntime_v1.5.1.tar.bz2 was generated directly from cloned repository
tar -cvjSf onnxruntime-v1.5.1.tar.bz2 onnxruntime

which might add unnecessary .git/files

  • generated md5 hash for onnxruntime_v1.5.1.tar.bz2
  • Locally compiles well

Adding @akraszna , @dguest , @afarbin

ps. @akraszna could you guide what file should I reject from git repository? or I just check one by one? Once this is resolved I will remove the WIP Thanks, Debo.

Edited by Debottam Bakshi Gupta

Merge request reports