1. 26 Sep, 2023 2 commits
  2. 25 Sep, 2023 3 commits
  3. 20 Sep, 2023 2 commits
  4. 19 Sep, 2023 1 commit
  5. 18 Sep, 2023 4 commits
  6. 14 Sep, 2023 2 commits
  7. 13 Sep, 2023 2 commits
  8. 12 Sep, 2023 1 commit
  9. 11 Sep, 2023 3 commits
  10. 08 Sep, 2023 1 commit
  11. 07 Sep, 2023 3 commits
  12. 06 Sep, 2023 1 commit
  13. 05 Sep, 2023 2 commits
  14. 04 Sep, 2023 2 commits
  15. 01 Sep, 2023 2 commits
  16. 30 Aug, 2023 1 commit
  17. 29 Aug, 2023 4 commits
  18. 25 Aug, 2023 2 commits
  19. 24 Aug, 2023 2 commits
    • AllentDan's avatar
      Enable the Gradio server to call inference services through the RESTful API (#287) · 4279d8ca
      AllentDan authored
      
      
      * app use async engine
      
      * add stop logic
      
      * app update cancel
      
      * app support restful-api
      
      * update doc and use the right model name
      
      * set doc url root
      
      * add comments
      
      * add an example
      
      * renew_session
      
      * update readme.md
      
      * resolve comments
      
      * Update restful_api.md
      
      * Update restful_api.md
      
      * Update restful_api.md
      
      ---------
      Co-authored-by: default avatartpoisonooo <khj.application@aliyun.com>
      4279d8ca
    • WRH's avatar
      [Feature] Support decode with DP in pytorch (#193) · 81f29837
      WRH authored
      * support decode
      
      * unit test and benckmark and improve
      
      * remove some drafts
      
      * enable numerical test
      
      * minor
      
      * add some benchmark data
      
      * add more output
      
      * update interface
      
      * remove debugs
      
      * format
      
      * update docstring
      
      * remove print and add benchmark results
      
      * use logits & add main
      
      * fix rb
      
      * dump large
      
      * update test
      
      * update test decode
      
      * add decimal
      81f29837