"examples/flax/vscode:/vscode.git/clone" did not exist on "ff0d708fe627d6715f9a3e97d0a7947f70437447"
  1. 07 Jul, 2022 1 commit
  2. 04 Apr, 2022 1 commit
  3. 23 Mar, 2022 1 commit
  4. 29 Jan, 2022 1 commit
    • Steven Liu's avatar
      Get started docs (#15098) · 16d4acbf
      Steven Liu authored
      * clean commit of changes
      
      * apply review feedback, make edits
      
      * fix backticks, minor formatting
      
      * 馃枍 make fixup and minor edits
      
      * 馃枍 fix # in header
      
      * 馃摑 update code sample without from_pt
      
      * 馃摑 final review
      16d4acbf
  5. 22 Dec, 2021 1 commit
  6. 25 Oct, 2021 1 commit
  7. 23 Jun, 2021 1 commit
  8. 24 May, 2021 1 commit
  9. 28 Apr, 2021 1 commit
  10. 21 Apr, 2021 1 commit
  11. 01 Apr, 2021 1 commit
  12. 15 Mar, 2021 1 commit
  13. 06 Mar, 2021 1 commit
  14. 28 Jan, 2021 1 commit
  15. 07 Dec, 2020 1 commit
  16. 03 Dec, 2020 1 commit
  17. 25 Nov, 2020 1 commit
    • Patrick von Platen's avatar
      [XLNet] Fix mems behavior (#8567) · 2a6fbe6a
      Patrick von Platen authored
      * fix mems in xlnet
      
      * fix use_mems
      
      * fix use_mem_len
      
      * fix use mems
      
      * clean docs
      
      * fix tf typo
      
      * make xlnet tf for generation work
      
      * fix tf test
      
      * refactor use cache
      
      * add use cache for missing models
      
      * correct use_cache in generate
      
      * correct use cache in tf generate
      
      * fix tf
      
      * correct getattr typo
      
      * make sylvain happy
      
      * change in docs as well
      
      * do not apply to cookie cutter statements
      
      * fix tf test
      
      * make pytorch model fully backward compatible
      2a6fbe6a
  18. 23 Nov, 2020 1 commit
  19. 29 Oct, 2020 1 commit
  20. 30 Sep, 2020 1 commit
  21. 17 Aug, 2020 1 commit
  22. 17 Jun, 2020 1 commit
  23. 16 Jun, 2020 1 commit
  24. 17 Mar, 2020 1 commit
  25. 06 Jan, 2020 2 commits
  26. 24 Dec, 2019 1 commit
    • Aymeric Augustin's avatar
      Remove [--editable] in install instructions. · a8d34e53
      Aymeric Augustin authored
      Use -e only in docs targeted at contributors.
      
      If a user copy-pastes  command line with [--editable], they will hit
      an error. If they don't know the --editable option, we're giving them
      a choice to make before they can move forwards, but this isn't a choice
      they need to make right now.
      a8d34e53
  27. 23 Dec, 2019 1 commit
  28. 22 Dec, 2019 3 commits
  29. 06 Dec, 2019 1 commit
    • Aymeric Augustin's avatar
      Remove dependency on pytest for running tests (#2055) · 35401fe5
      Aymeric Augustin authored
      * Switch to plain unittest for skipping slow tests.
      
      Add a RUN_SLOW environment variable for running them.
      
      * Switch to plain unittest for PyTorch dependency.
      
      * Switch to plain unittest for TensorFlow dependency.
      
      * Avoid leaking open files in the test suite.
      
      This prevents spurious warnings when running tests.
      
      * Fix unicode warning on Python 2 when running tests.
      
      The warning was:
      
          UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
      
      * Support running PyTorch tests on a GPU.
      
      Reverts 27e015bd.
      
      * Tests no longer require pytest.
      
      * Make tests pass on cuda
      35401fe5
  30. 08 Oct, 2019 1 commit