1. 14 Jul, 2020 10 commits
  2. 13 Jul, 2020 7 commits
  3. 12 Jul, 2020 1 commit
    • Kevin Canwen Xu's avatar
      Pipeline model type check (#5679) · 0befb513
      Kevin Canwen Xu authored
      * Add model type check for pipelines
      
      * Add model type check for pipelines
      
      * rename func
      
      * Fix the init parameters
      
      * Fix format
      
      * rollback unnecessary refactor
      0befb513
  4. 11 Jul, 2020 1 commit
  5. 10 Jul, 2020 20 commits
  6. 09 Jul, 2020 1 commit
    • Teven's avatar
      Fixed TextGenerationPipeline on torch + GPU (#5629) · 02a0b430
      Teven authored
      * Pytorch gpu => cpu proper device
      
      * Memoryless XLNet warning + fixed memories during generation
      
      * Revert "Memoryless XLNet warning + fixed memories during generation"
      
      This reverts commit 3d3251ff
      
      * Took the operations on the generated_sequence out of the ensure_device scope
      02a0b430