"vscode:/vscode.git/clone" did not exist on "a2a1b66ffc8020f2786e17f5d85094bc6d9d2358"
  1. 24 Oct, 2023 2 commits
  2. 23 Oct, 2023 1 commit
  3. 19 Oct, 2023 2 commits
  4. 18 Oct, 2023 2 commits
  5. 17 Oct, 2023 1 commit
  6. 16 Oct, 2023 1 commit
  7. 13 Oct, 2023 2 commits
  8. 12 Oct, 2023 1 commit
  9. 11 Oct, 2023 1 commit
  10. 09 Oct, 2023 2 commits
  11. 26 Sep, 2023 3 commits
  12. 25 Sep, 2023 2 commits
  13. 20 Sep, 2023 2 commits
  14. 18 Sep, 2023 1 commit
  15. 13 Sep, 2023 1 commit
  16. 11 Sep, 2023 3 commits
  17. 08 Sep, 2023 1 commit
  18. 07 Sep, 2023 2 commits
  19. 04 Sep, 2023 2 commits
  20. 01 Sep, 2023 2 commits
  21. 29 Aug, 2023 2 commits
  22. 25 Aug, 2023 2 commits
  23. 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