1. 20 Aug, 2025 3 commits
  2. 19 Aug, 2025 2 commits
  3. 18 Aug, 2025 10 commits
  4. 16 Aug, 2025 1 commit
  5. 15 Aug, 2025 7 commits
  6. 14 Aug, 2025 14 commits
  7. 12 Aug, 2025 3 commits
    • gaclove's avatar
      f05a99da
    • gaclove's avatar
      doc: update · a3bc0044
      gaclove authored
      a3bc0044
    • gaclove's avatar
      refactor: improve server configuration and distributed utilities · b099ff96
      gaclove authored
      - Updated `ServerConfig` to raise a RuntimeError when no free port is found, providing clearer guidance for configuration adjustments.
      - Introduced chunked broadcasting and receiving methods in `DistributedManager` to handle large byte data more efficiently.
      - Refactored `broadcast_task_data` and `receive_task_data` methods to utilize the new chunking methods for improved readability and performance.
      - Enhanced error logging in `image_utils.py` by replacing print statements with logger warnings.
      - Cleaned up the `main.py` file by removing unused signal handling code.
      b099ff96