"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "5aad32804000985a3a63b701d951bb25c001099b"
  1. 10 Mar, 2023 2 commits
  2. 02 Mar, 2023 1 commit
  3. 19 Feb, 2023 1 commit
  4. 18 Feb, 2023 1 commit
  5. 15 Feb, 2023 1 commit
  6. 14 Feb, 2023 1 commit
  7. 09 Feb, 2023 2 commits
  8. 08 Feb, 2023 1 commit
  9. 06 Feb, 2023 1 commit
    • LuGY's avatar
      fix distributed sampler for ddp and add dap (#141) · 95150c38
      LuGY authored
      * fix sampler of ddp and add dap
      
      * add end to end unit test for training
      
      * modify unit test datapath
      
      * lower the bar for cuda kernel
      
      * skip unit test of end-to-end train on 3080
      95150c38
  10. 17 Jan, 2023 1 commit
  11. 16 Jan, 2023 2 commits
  12. 15 Jan, 2023 1 commit
  13. 08 Jan, 2023 1 commit
  14. 05 Jan, 2023 1 commit
  15. 29 Dec, 2022 1 commit
  16. 26 Dec, 2022 1 commit
  17. 23 Dec, 2022 1 commit
  18. 13 Dec, 2022 1 commit
  19. 12 Dec, 2022 1 commit
  20. 02 Dec, 2022 2 commits
  21. 01 Dec, 2022 1 commit
  22. 22 Nov, 2022 1 commit
  23. 07 Nov, 2022 1 commit
  24. 03 Nov, 2022 3 commits
  25. 27 Oct, 2022 1 commit
  26. 21 Oct, 2022 2 commits
    • oahzxl's avatar
      Re-organize file and align results (#99) · 8a599895
      oahzxl authored
      * Move template modification from nn to fastnn (#97)
      
      * update out product mean test
      
      * polish out product mean test and update linear test
      
      * update test for layernorm, use both kernel
      
      * support test without triton
      
      * polish layernorm
      
      * use current code
      
      * move template modification to fastnn, restore template in nn
      
      * re-organize fastnn
      
      * update evoformer unit test
      
      * Align results and update unit tests (#98)
      
      * update out product mean test
      
      * polish out product mean test and update linear test
      
      * update test for layernorm, use both kernel
      
      * support test without triton
      
      * polish layernorm
      
      * use current code
      
      * move template modification to fastnn, restore template in nn
      
      * re-organize fastnn
      
      * update evoformer unit test
      
      * update evoformer stack test
      
      * update test
      
      * update msa_att_row
      
      * update msa_att_col
      
      * update evoformer and evo-stack
      
      * update evoformer
      
      * update extramsa
      
      * move model loading out of the loop
      
      * finish template test
      
      * update test
      
      * Move template modification from nn to fastnn (#84)
      
      * update out product mean test
      
      * polish out product mean test and update linear test
      
      * update test for layernorm, use both kernel
      
      * support test without triton
      
      * polish layernorm
      
      * use current code
      
      * move template modification to fastnn, restore template in nn
      
      * re-organize fastnn
      
      * update evoformer unit test
      
      * move model out of function
      
      * only test inference
      
      * remove cache in build
      
      * update test inference
      
      * restore changes
      
      * restore build changes
      
      * update inference and evoformer stack
      
      * fix some bug
      
      * update test
      
      * update evoformer stack test
      
      * update test
      
      * update test
      
      * fix test
      
      * update test
      
      * update test
      
      * update input embedder
      
      * update embedder
      
      * reset core
      
      * update test
      
      * support template multimer in inject_nn
      8a599895
    • LuGY's avatar
      modify requirements, fix CI container (#93) · 7a69a181
      LuGY authored
      * modify requirements, fix CI container
      
      * fix format error
      
      * remove torch1.11 kernel cache
      
      * add cache back
      7a69a181
  27. 19 Oct, 2022 2 commits
    • oahzxl's avatar
      Fix ci container (#89) · 530b9582
      oahzxl authored
      530b9582
    • LuGY's avatar
      Add CI and inference unit test (#85) · 441bae7f
      LuGY authored
      * add CI, update Dockerfile
      
      * remove useless loop in inference, add some comments to Attention
      
      * update inference test and CI
      
      * fix path
      
      * add pytest for test env
      
      * add einops install
      
      * add cuda cache, loose the condition
      441bae7f
  28. 13 Oct, 2022 1 commit
  29. 12 Oct, 2022 1 commit
  30. 11 Oct, 2022 2 commits
  31. 04 Oct, 2022 1 commit
    • oahzxl's avatar
      Update environment.yml (#79) · ec9352d1
      oahzxl authored
      * Update environment.yml
      
      torch==1.11.1+cu113 is not supported in pip channel now
      
      * update other version
      
      * add torch version check
      
      if torch version > 1.11.1, turn on tf32
      ec9352d1