1. 11 Feb, 2023 1 commit
    • Chris Austen's avatar
      Fixci 55 (#1558) · be2fb38d
      Chris Austen authored
      * Migrate to Docker Layer Caching2 (#1550)
      * Fix CI failure: move from AWS to download.onnxruntime.ai for onnx model testing (#1555)
      * upgrade to ROCm 5.4.2 in CI (#1543)
      be2fb38d
  2. 22 Jun, 2022 1 commit
  3. 21 Sep, 2020 1 commit
    • Shucai Xiao's avatar
      Dockerfile download onnx models to enable real model unit tests (#628) · 8bf97a2f
      Shucai Xiao authored
      * turn on the alexnet unit tests through downloading the real model in dockerfile
      
      * clang format
      
      * refine home directory
      
      * enable all real model unit tests
      
      * clang format
      
      * fix review comments and disable incorrect test cases
      
      * clang format
      
      * increase timeout value to avoid time out
      
      * turn on one more test
      
      * disable one more real model unit test
      
      * fix review comments
      
      * remove unnecessary comment lines
      
      * clang format
      
      * fix review comments
      
      * print out program info when there is an error
      
      * clang format
      
      * redirect c++ stdout to sys.stdout of python for python api
      
      * clang format
      
      * two minor issues
      
      * fix a cppcheck error
      
      * fix review comments
      
      * clang format
      
      * remove unnecessary changes
      
      * refine script
      8bf97a2f