1. 10 Mar, 2023 1 commit
  2. 28 Feb, 2023 1 commit
  3. 23 Feb, 2023 1 commit
  4. 15 Feb, 2023 1 commit
  5. 04 Feb, 2023 1 commit
  6. 12 Dec, 2022 1 commit
    • Min Xu's avatar
      [test] ci py 3.11 tests (#1099) · 4a98000c
      Min Xu authored
      
      
      * [test] ci py 3.11 tests
      Co-authored-by: default avatarMin Xu <min.xu.public@gmail.com>
      
      * fixed setup.py
      
      * fixed ci config
      
      * fixed ci config's python 3.11 version
      
      * fixed torch installs on cpu
      
      * update pygit2 for 3.11
      
      * we don't run benchmark on cpu, so no need to install the benchmark reqs
      
      * update torch install
      
      * try to install torchvision
      
      * numpy version 311
      
      * fix cpu test dependency installation
      
      * pip git install cmd fix
      
      * bypass some tests in 3.11. failure due to packages they use haven't been updated for 3.11 yet
      Co-authored-by: default avatarMin Xu <min.xu.public@gmail.com>
      4a98000c
  7. 11 Dec, 2022 3 commits
  8. 05 Dec, 2022 1 commit
  9. 21 Oct, 2022 1 commit
  10. 05 Oct, 2022 3 commits
  11. 30 Sep, 2022 1 commit
  12. 25 Sep, 2022 1 commit
  13. 24 Sep, 2022 3 commits
  14. 23 Sep, 2022 6 commits
  15. 13 Sep, 2022 3 commits
  16. 10 Sep, 2022 1 commit
  17. 07 Sep, 2022 4 commits
  18. 26 Aug, 2022 1 commit
  19. 25 Aug, 2022 1 commit
    • Min Xu's avatar
      [chore] update nightly version (#1064) · 15d4cf15
      Min Xu authored
      
      
      * update nightly version
      
      * update wgit to use numpy for load/store
      
      - this is introduced with new nightly torch version, which made torch.save() not
        producing deterministic bytes
      - this make tensor<->numpy conversion and then do the save/load to avoid that issues.
      
      * fixed tests
      Co-authored-by: default avatarMin Xu <min.xu.public@gmail.com>
      15d4cf15
  20. 11 Aug, 2022 1 commit
  21. 08 Aug, 2022 2 commits
  22. 03 Aug, 2022 1 commit
  23. 31 Jul, 2022 1 commit
    • Riyasat Ohib's avatar
      Implmentation of dense_sst_to_dst and sst_dst_to_dense (#1048) · c1dada48
      Riyasat Ohib authored
      [Feat] Implements dense_sst_to_dst and sst_dst_to_dense methods and adds tests
      
      1. Implements the dense_sst_to_dst and sst_dst_to_dense method.
      2. Adds tests for perfect reconstruction with all top-k across different dims.
      3. Adds tests for the two new methods.
      c1dada48