1. 13 2月, 2023 1 次提交
  2. 12 2月, 2023 1 次提交
  3. 10 2月, 2023 2 次提交
  4. 09 2月, 2023 1 次提交
  5. 08 2月, 2023 3 次提交
  6. 07 2月, 2023 1 次提交
  7. 06 2月, 2023 1 次提交
  8. 04 2月, 2023 4 次提交
  9. 03 2月, 2023 1 次提交
  10. 02 2月, 2023 1 次提交
    • A
      Fix SiamMask and TransT serverless functions (#5658) · 4df7c4c2
      Anastasia Yasakova 提交于
      While deploying I got the following error:
      ```
      ./Miniconda3-latest-Linux-x86_64.sh: 438: [[: not found
      ./Miniconda3-latest-Linux-x86_64.sh: 444: [[: not found
      
      CondaFileIOError: '/root/miniconda3/pkgs/envs/*/env.txt'. [Errno 2] No such file or directory: '/root/miniconda3/pkgs/envs/*/env.txt'
      ```
      4df7c4c2
  11. 01 2月, 2023 2 次提交
  12. 31 1月, 2023 2 次提交
  13. 27 1月, 2023 1 次提交
  14. 26 1月, 2023 1 次提交
  15. 25 1月, 2023 3 次提交
  16. 24 1月, 2023 1 次提交
  17. 23 1月, 2023 5 次提交
  18. 22 1月, 2023 1 次提交
    • P
      Fix typing of credentials parameter of make_client in the Python SDK (#5609) · a9476cb6
      Padraig X. Lamont 提交于
      ### Motivation and context
      This is a very simple pull request. The type of the credentials
      parameter of `make_client` is currently `Optional[Tuple[int, int]]`, but
      it should be `Optional[Tuple[str, str]]` as used by `Client#login`. This
      PR makes that change.
      
      ### How has this been tested?
      The typing does not affect the functionality of the code (just the
      warnings I get in an IDE).
      a9476cb6
  19. 20 1月, 2023 1 次提交
  20. 19 1月, 2023 2 次提交
  21. 18 1月, 2023 5 次提交