1. 07 Dec, 2023 1 commit
  2. 28 Nov, 2023 1 commit
    • Deepak Narayanan's avatar
      Use non-deprecated PyTorch methods to silence warnings (#541) · 54e46e21
      Deepak Narayanan authored
      
      
      Getting warnings of the following form using ToT TE:
      
      ```
      /usr/local/lib/python3.10/dist-packages/transformer_engine/pytorch/attention.py:852: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly.  To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()
         data_ptr = grad_outputs[0].storage().data_ptr()
      ```
      Signed-off-by: default avatarDeepak Narayanan <2724038+deepakn94@users.noreply.github.com>
      54e46e21
  3. 17 Nov, 2023 1 commit
  4. 15 Nov, 2023 1 commit
  5. 03 Nov, 2023 1 commit
  6. 23 Oct, 2023 1 commit
  7. 17 Oct, 2023 1 commit
  8. 12 Oct, 2023 1 commit
  9. 11 Oct, 2023 2 commits
  10. 09 Oct, 2023 1 commit
  11. 05 Oct, 2023 1 commit
  12. 04 Oct, 2023 1 commit
  13. 25 Sep, 2023 1 commit
  14. 23 Sep, 2023 2 commits
  15. 22 Sep, 2023 1 commit
  16. 12 Sep, 2023 1 commit
  17. 26 Aug, 2023 1 commit
  18. 19 Aug, 2023 1 commit
  19. 16 Aug, 2023 1 commit
  20. 11 Aug, 2023 1 commit
  21. 10 Aug, 2023 1 commit
  22. 09 Aug, 2023 1 commit
  23. 29 Jul, 2023 1 commit
  24. 27 Jul, 2023 1 commit
  25. 26 Jul, 2023 1 commit
  26. 20 Jul, 2023 1 commit
  27. 19 Jul, 2023 2 commits
  28. 18 Jul, 2023 1 commit
  29. 13 Jul, 2023 1 commit
  30. 26 Jun, 2023 1 commit
  31. 22 Jun, 2023 1 commit
  32. 21 Jun, 2023 1 commit
  33. 13 Jun, 2023 1 commit
  34. 12 Jun, 2023 1 commit
  35. 11 Jun, 2023 1 commit
  36. 25 May, 2023 1 commit
  37. 22 May, 2023 1 commit