1. 28 Sep, 2025 1 commit
  2. 27 Sep, 2025 1 commit
  3. 25 Sep, 2025 4 commits
  4. 24 Sep, 2025 4 commits
  5. 23 Sep, 2025 2 commits
  6. 22 Sep, 2025 4 commits
  7. 20 Sep, 2025 1 commit
  8. 18 Sep, 2025 5 commits
  9. 16 Sep, 2025 7 commits
  10. 15 Sep, 2025 6 commits
  11. 13 Sep, 2025 2 commits
    • helloyongyang's avatar
      Remove pr default info · f43af4f8
      helloyongyang authored
      f43af4f8
    • PengGao's avatar
      Improve error logging in distributed inference worker and reset curre… (#296) · a13abb80
      PengGao authored
      …nt task after broadcasting. Handle exceptions when clearing task event.
      
      ## Contributing Guidelines
      
      We have prepared a `pre-commit` hook to enforce consistent code
      formatting across the project. If your code complies with the standards,
      you should not see any errors, you can clean up your code following the
      steps below:
      
      1. Install the required dependencies:
      
      ```shell
          pip install ruff pre-commit
      ```
      
      2. Then, run the following command before commit:
      
      ```shell
          pre-commit run --all-files
      ```
      
      3. Finally, please double-check your code to ensure it complies with the
      following additional specifications as much as possible:
      - Avoid hard-coding local paths: Make sure your submissions do not
      include hard-coded local paths, as these paths are specific to
      individual development environments and can cause compatibility issues.
      Use relative paths or configuration files instead.
      - Clear error handling: Implement clear error-handling mechanisms in
      your code so that error messages can accurately indicate the location of
      the problem, possible causes, and suggested solutions, facilitating
      quick debugging.
      - Detailed comments and documentation: Add comments to complex code
      sections and provide comprehensive documentation to explain the
      functionality of the code, input-output requirements, and potential
      error scenarios.
      
      Thank you for your contributions!
      a13abb80
  12. 12 Sep, 2025 1 commit
    • Yang Yong(雍洋)'s avatar
      refactor seko model adapter (#298) · d7c99b0c
      Yang Yong(雍洋) authored
      
      
      ## Contributing Guidelines
      
      We have prepared a `pre-commit` hook to enforce consistent code
      formatting across the project. If your code complies with the standards,
      you should not see any errors, you can clean up your code following the
      steps below:
      
      1. Install the required dependencies:
      
      ```shell
          pip install ruff pre-commit
      ```
      
      2. Then, run the following command before commit:
      
      ```shell
          pre-commit run --all-files
      ```
      
      3. Finally, please double-check your code to ensure it complies with the
      following additional specifications as much as possible:
      - Avoid hard-coding local paths: Make sure your submissions do not
      include hard-coded local paths, as these paths are specific to
      individual development environments and can cause compatibility issues.
      Use relative paths or configuration files instead.
      - Clear error handling: Implement clear error-handling mechanisms in
      your code so that error messages can accurately indicate the location of
      the problem, possible causes, and suggested solutions, facilitating
      quick debugging.
      - Detailed comments and documentation: Add comments to complex code
      sections and provide comprehensive documentation to explain the
      functionality of the code, input-output requirements, and potential
      error scenarios.
      
      Thank you for your contributions!
      
      ---------
      Co-authored-by: default avatargushiqiao <975033167@qq.com>
      d7c99b0c
  13. 11 Sep, 2025 1 commit
  14. 05 Sep, 2025 1 commit