1. 20 12月, 2022 2 次提交
  2. 17 12月, 2022 2 次提交
  3. 16 12月, 2022 4 次提交
    • R
      SDK: fix `Project.import_dataset` incorrectly waiting for completion (#5459) · e018b10e
      Roman Donchenko 提交于
      You have to use the `import_status` action in order to query the input
      status. Otherwise, the `/api/projects/{id}/dataset/` endpoint initiates
      a dataset export. Currently, `import_dataset` inadvertently monitors the
      status of that export, not the original import.
      e018b10e
    • R
      SDK: Improve the PyTorch adapter layer (#5455) · fa92ccb9
      Roman Donchenko 提交于
      * Make the extractors return tensors instead of Python data structures.
      * Let the user specify custom label IDs.
      fa92ccb9
    • M
      Fix the missing env variable issue (#5467) · f6d2a8fe
      Maxim Zhiltsov 提交于
      Fixes #5448, #5453, #5457
      
      - Relaxed env var requirements in the images, no mandatory ones
      - RQ workers now use a custom python class for remote debugging
      - Factored out common remote debugging implementation
      f6d2a8fe
    • R
      tests: fix long shutdown times for the webhook_receiver container (#5458) · 7b13216e
      Roman Donchenko 提交于
      Currently, `server.py` runs as PID 1, which means that it won't be
      terminated by a `SIGTERM` signal unless it explicitly handles it (which
      it doesn't). So when Docker tries to shut the container down, it sends
      the server a `SIGTERM`, which gets ignored, and then sits there for 10
      seconds before sending it a `SIGKILL`.
      
      To work around this, enable the built-in Docker init program, which
      forwards signals to the Python server. Since the Python server is no
      longer PID 1, `SIGTERM` will now shut it down immediately.
      
      The `init` option is supported starting from the Compose format version
      3.7, so bump the version.
      7b13216e
  4. 14 12月, 2022 1 次提交
  5. 13 12月, 2022 1 次提交
  6. 11 12月, 2022 1 次提交
  7. 10 12月, 2022 6 次提交
  8. 09 12月, 2022 1 次提交
  9. 08 12月, 2022 5 次提交
  10. 06 12月, 2022 3 次提交
  11. 05 12月, 2022 5 次提交
  12. 03 12月, 2022 4 次提交
  13. 02 12月, 2022 5 次提交