1. 29 Jun, 2023 1 commit
    • Wenhao Chen's avatar
      [chat] remove naive strategy and split colossalai strategy (#4094) · edd75a59
      Wenhao Chen authored
      * feat: remove on_learn_epoch fn as not used
      
      * revert: add _on_learn_epoch fn
      
      * to: remove the use of NaiveStrategy
      
      * test: remove NaiveStrategy tests
      
      * feat: remove NaiveStrategy
      
      * style: modify comments and params
      
      * feat: split ColossalAIStrategy into LowLevelZeroStrategy and GeminiStrategy
      
      * fix: remove naive
      
      * fix: align with modified colossal strategy
      
      * fix: fix ddp _try_init_dist arg
      edd75a59
  2. 13 Apr, 2023 1 commit
    • MisterLin1995's avatar
      [chat] ChatGPT train prompts on ray example (#3309) · 1a809edd
      MisterLin1995 authored
      
      
      * [feat][chatgpt]train prompts on ray example
      
      * [fix]simplify code
      
      * [fix]remove depreciated parameter
      
      * [fix]add dependencies
      
      * [fix]method calling
      
      * [fix]experience maker
      
      * [fix]missing loss function
      
      * [fix]init optimizer
      
      * [feat]add usage comment
      
      * [fix]rename files
      
      * [fix]add readme
      
      * [fix]file path
      
      * [fix]move directory
      
      ---------
      Co-authored-by: default avatarjiangwen <zxl265370@antgroup.com>
      1a809edd