".github/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "d6b4ae777da6de10db407e0ae2bf8510361582d2"
  1. 12 Jan, 2021 4 commits
  2. 11 Jan, 2021 16 commits
  3. 10 Jan, 2021 2 commits
  4. 08 Jan, 2021 7 commits
  5. 07 Jan, 2021 9 commits
  6. 06 Jan, 2021 2 commits
    • Patrick von Platen's avatar
      [GenerationOutputs] Fix GenerationOutputs Tests (#9443) · b8462b5b
      Patrick von Platen authored
      * fix generation models
      
      * fix led
      
      * fix docs
      
      * add is_decoder
      
      * fix last docstrings
      
      * make style
      
      * fix t5 cross attentions
      
      * correct t5
      b8462b5b
    • Sylvain Gugger's avatar
      Fast transformers import part 1 (#9441) · 0c96262f
      Sylvain Gugger authored
      * Don't import libs to check they are available
      
      * Don't import integrations at init
      
      * Add importlib_metdata to deps
      
      * Remove old vars references
      
      * Avoid syntax error
      
      * Adapt testing utils
      
      * Try to appease torchhub
      
      * Add dependency
      
      * Remove more private variables
      
      * Fix typo
      
      * Another typo
      
      * Refine the tf availability test
      0c96262f