1. 22 Mar, 2024 1 commit
  2. 20 Mar, 2024 1 commit
  3. 19 Mar, 2024 4 commits
  4. 18 Mar, 2024 1 commit
  5. 15 Mar, 2024 3 commits
  6. 13 Mar, 2024 2 commits
  7. 12 Mar, 2024 5 commits
  8. 11 Mar, 2024 2 commits
  9. 08 Mar, 2024 2 commits
  10. 06 Mar, 2024 2 commits
  11. 05 Mar, 2024 4 commits
  12. 04 Mar, 2024 3 commits
  13. 01 Mar, 2024 1 commit
  14. 29 Feb, 2024 2 commits
    • Kdump's avatar
      [Fix]Fixed the problem of never entering task.run() mode in local scheduling mode. (#930) · 3e9844ed
      Kdump authored
      * Fixed the problem of never entering task.run() mode in local scheduling mode.
      
      get_command_template方法中为命令行前缀添加了CUDA_VISIBLE_DEVICES=或set CUDA_VISIBLE_DEVICES=。导致task.run()分支失效。
      ---------
      CUDA_VISIBLE_DEVICES= or set CUDA_VISIBLE_DEVICES= is added to the command line prefix in the get_command_template method. Causes the task.run() branch to fail.
      
      * [Fix]Fixed the problem of never entering task.run() mode in local scheduling mode.
      
      get_command_template方法中为命令行前缀添加了CUDA_VISIBLE_DEVICES=或set CUDA_VISIBLE_DEVICES=。导致task.run()分支失效。
      ---
      CUDA_VISIBLE_DEVICES= or set CUDA_VISIBLE_DEVICES= is added to the command line prefix in the get_command_template method. Causes the task.run() branch to fail.
      
      * [Fix]Fixed the problem of never entering task.run() mode in local scheduling mode.
      
      get_command_template方法中为命令行前缀添加了CUDA_VISIBLE_DEVICES=或set CUDA_VISIBLE_DEVICES=。导致task.run()分支失效。
      CUDA_VISIBLE_DEVICES= or set CUDA_VISIBLE_DEVICES= is added to the command line prefix in the get_command_template method. Causes the task.run() branch to fail.
      3e9844ed
    • Skyfall-xzz's avatar
      [Feature] Support OpenFinData (#896) · 4c45a71b
      Skyfall-xzz authored
      * [Feature] Support OpenFinData
      
      * add README for OpenFinData
      
      * update README
      4c45a71b
  15. 28 Feb, 2024 4 commits
  16. 23 Feb, 2024 1 commit
  17. 22 Feb, 2024 2 commits