".github/vscode:/vscode.git/clone" did not exist on "03e52ecba3b60b04b552d82809043e5642509005"
  1. 12 Dec, 2023 1 commit
  2. 11 Dec, 2023 1 commit
  3. 07 Dec, 2023 1 commit
  4. 01 Dec, 2023 1 commit
  5. 30 Nov, 2023 1 commit
  6. 29 Nov, 2023 2 commits
  7. 28 Nov, 2023 1 commit
  8. 27 Nov, 2023 1 commit
  9. 23 Nov, 2023 1 commit
    • YeAnbang's avatar
      [Feature] Add document retrieval QA (#5020) · e53e729d
      YeAnbang authored
      
      
      * add langchain
      
      * add langchain
      
      * Add files via upload
      
      * add langchain
      
      * fix style
      
      * fix style: remove extra space
      
      * add pytest; modified retriever
      
      * add pytest; modified retriever
      
      * add tests to build_on_pr.yml
      
      * fix build_on_pr.yml
      
      * fix build on pr; fix environ vars
      
      * seperate unit tests for colossalqa from build from pr
      
      * fix container setting; fix environ vars
      
      * commented dev code
      
      * add incremental update
      
      * remove stale code
      
      * fix style
      
      * change to sha3 224
      
      * fix retriever; fix style; add unit test for document loader
      
      * fix ci workflow config
      
      * fix ci workflow config
      
      * add set cuda visible device script in ci
      
      * fix doc string
      
      * fix style; update readme; refactored
      
      * add force log info
      
      * change build on pr, ignore colossalqa
      
      * fix docstring, captitalize all initial letters
      
      * fix indexing; fix text-splitter
      
      * remove debug code, update reference
      
      * reset previous commit
      
      * update LICENSE update README add key-value mode, fix bugs
      
      * add files back
      
      * revert force push
      
      * remove junk file
      
      * add test files
      
      * fix retriever bug, add intent classification
      
      * change conversation chain design
      
      * rewrite prompt and conversation chain
      
      * add ui v1
      
      * ui v1
      
      * fix atavar
      
      * add header
      
      * Refactor the RAG Code and support Pangu
      
      * Refactor the ColossalQA chain to Object-Oriented Programming and the UI demo.
      
      * resolved conversation. tested scripts under examples. web demo still buggy
      
      * fix ci tests
      
      * Some modifications to add ChatGPT api
      
      * modify llm.py and remove unnecessary files
      
      * Delete applications/ColossalQA/examples/ui/test_frontend_input.json
      
      * Remove OpenAI api key
      
      * add colossalqa
      
      * move files
      
      * move files
      
      * move files
      
      * move files
      
      * fix style
      
      * Add Readme and fix some bugs.
      
      * Add something to readme and modify some code
      
      * modify a directory name for clarity
      
      * remove redundant directory
      
      * Correct a type in  llm.py
      
      * fix AI prefix
      
      * fix test_memory.py
      
      * fix conversation
      
      * fix some erros and typos
      
      * Fix a missing import in RAG_ChatBot.py
      
      * add colossalcloud LLM wrapper, correct issues in code review
      
      ---------
      Co-authored-by: default avatarYeAnbang <anbangy2@outlook.com>
      Co-authored-by: default avatarOrion-Zheng <zheng_zian@u.nus.edu>
      Co-authored-by: default avatarZian(Andy) Zheng <62330719+Orion-Zheng@users.noreply.github.com>
      Co-authored-by: default avatarOrion-Zheng <zhengzian@u.nus.edu>
      e53e729d
  10. 14 Nov, 2023 1 commit
  11. 09 Nov, 2023 1 commit
  12. 31 Oct, 2023 1 commit
  13. 17 Oct, 2023 1 commit
  14. 16 Oct, 2023 1 commit
  15. 10 Oct, 2023 3 commits
  16. 28 Sep, 2023 1 commit
  17. 27 Sep, 2023 3 commits
    • binmakeswell's avatar
      [doc] update slack link (#4823) · 822051d8
      binmakeswell authored
      822051d8
    • Yuanchen's avatar
      Update Qwen-7B results (#4821) · 1fa8c5e0
      Yuanchen authored
      
      Co-authored-by: default avatarXu Yuanchen <yuanchen.xu00@gmail.com>
      1fa8c5e0
    • flybird11111's avatar
      [chat] fix gemini strategy (#4698) · be400a09
      flybird11111 authored
      * [chat] fix gemini strategy
      
      * [chat] fix gemini strategy
      
      * [chat] fix gemini strategy
      
      * [chat] fix gemini strategy
      
      * g# This is a combination of 2 commits.
      
      [chat] fix gemini strategy
      
      fox
      
      * [chat] fix gemini strategy
      
      update llama2 example
      
      [chat] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * [fix] fix gemini strategy
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * Update train_prompts.py
      be400a09
  18. 26 Sep, 2023 3 commits
  19. 25 Sep, 2023 1 commit
  20. 24 Sep, 2023 2 commits
  21. 21 Sep, 2023 1 commit
  22. 20 Sep, 2023 1 commit
    • Wenhao Chen's avatar
      [chat]: update rm, add wandb and fix bugs (#4471) · 7b9b8644
      Wenhao Chen authored
      
      
      * feat: modify forward fn of critic and reward model
      
      * feat: modify calc_action_log_probs
      
      * to: add wandb in sft and rm trainer
      
      * feat: update train_sft
      
      * feat: update train_rm
      
      * style: modify type annotation and add warning
      
      * feat: pass tokenizer to ppo trainer
      
      * to: modify trainer base and maker base
      
      * feat: add wandb in ppo trainer
      
      * feat: pass tokenizer to generate
      
      * test: update generate fn tests
      
      * test: update train tests
      
      * fix: remove action_mask
      
      * feat: remove unused code
      
      * fix: fix wrong ignore_index
      
      * fix: fix mock tokenizer
      
      * chore: update requirements
      
      * revert: modify make_experience
      
      * fix: fix inference
      
      * fix: add padding side
      
      * style: modify _on_learn_batch_end
      
      * test: use mock tokenizer
      
      * fix: use bf16 to avoid overflow
      
      * fix: fix workflow
      
      * [chat] fix gemini strategy
      
      * [chat] fix
      
      * sync: update colossalai strategy
      
      * fix: fix args and model dtype
      
      * fix: fix checkpoint test
      
      * fix: fix requirements
      
      * fix: fix missing import and wrong arg
      
      * fix: temporarily skip gemini test in stage 3
      
      * style: apply pre-commit
      
      * fix: temporarily skip gemini test in stage 1&2
      
      ---------
      Co-authored-by: default avatarMingyan Jiang <1829166702@qq.com>
      7b9b8644
  23. 19 Sep, 2023 1 commit
  24. 15 Sep, 2023 1 commit
  25. 30 Aug, 2023 1 commit
  26. 29 Aug, 2023 1 commit
    • yingliu-hpc's avatar
      [coati] add chatglm model (#4539) · 1467e3b4
      yingliu-hpc authored
      * update configuration of chatglm and add support in coati
      
      * add unit test & update chatglm default config & fix bos index issue
      
      * remove chatglm due to oom
      
      * add dataset pkg in requirement-text
      
      * fix parameter issue in test_models
      
      * add ref in tokenize & rm unnessary parts
      
      * separate source & target tokenization in chatglm
      
      * add unit test to chatglm
      
      * fix test dataset issue
      
      * update truncation of chatglm
      
      * fix Colossalai version
      
      * fix colossal ai version in test
      1467e3b4
  27. 21 Aug, 2023 1 commit
  28. 16 Aug, 2023 1 commit
  29. 14 Aug, 2023 1 commit
    • Wenhao Chen's avatar
      [doc] update Coati README (#4405) · 6d41c3f2
      Wenhao Chen authored
      * style: apply formatter
      
      * fix: add outdated warnings
      
      * docs: add dataset format and polish
      
      * docs: polish README
      
      * fix: fix json format
      
      * fix: fix typos
      
      * revert: revert 7b example
      6d41c3f2
  30. 02 Aug, 2023 1 commit
    • Wenhao Chen's avatar
      [chat] fix bugs and add unit tests (#4213) · da4f7b85
      Wenhao Chen authored
      * style: rename replay buffer
      
      Experience replay is typically for off policy algorithms.
      Use this name in PPO maybe misleading.
      
      * fix: fix wrong zero2 default arg
      
      * test: update experience tests
      
      * style: rename zero_pad fn
      
      * fix: defer init in CycledDataLoader
      
      * test: add benchmark test
      
      * style: rename internal fn of generation
      
      * style: rename internal fn of lora
      
      * fix: remove unused loss fn
      
      * fix: remove unused utils fn
      
      * refactor: remove generate_with_actor fn
      
      * fix: fix type annotation
      
      * test: add models tests
      
      * fix: skip llama due to long execution time
      
      * style: modify dataset
      
      * style: apply formatter
      
      * perf: update reward dataset
      
      * fix: fix wrong IGNORE_INDEX in sft dataset
      
      * fix: remove DataCollatorForSupervisedDataset
      
      * test: add dataset tests
      
      * style: apply formatter
      
      * style: rename test_ci to test_train
      
      * feat: add llama in inference
      
      * test: add inference tests
      
      * test: change test scripts directory
      
      * fix: update ci
      
      * fix: fix typo
      
      * fix: skip llama due to oom
      
      * fix: fix file mod
      
      * style: apply formatter
      
      * refactor: remove duplicated llama_gptq
      
      * style: apply formatter
      
      * to: update rm test
      
      * feat: add tokenizer arg
      
      * feat: add download model script
      
      * test: update train tests
      
      * fix: modify gemini load and save pretrained
      
      * test: update checkpoint io test
      
      * to: modify nproc_per_node
      
      * fix: do not remove existing dir
      
      * fix: modify save path
      
      * test: add random choice
      
      * fix: fix sft path
      
      * fix: enlarge nproc_per_node to avoid oom
      
      * fix: add num_retry
      
      * fix: make lora config of rm and critic consistent
      
      * fix: add warning about lora weights
      
      * fix: skip some gpt2 tests
      
      * fix: remove grad ckpt in rm and critic due to errors
      
      * refactor: directly use Actor in train_sft
      
      * test: add more arguments
      
      * fix: disable grad ckpt when using lora
      
      * fix: fix save_pretrained and related tests
      
      * test: enable zero2 tests
      
      * revert: remove useless fn
      
      * style: polish code
      
      * test: modify test args
      da4f7b85
  31. 01 Aug, 2023 1 commit
  32. 28 Jul, 2023 1 commit