1. 10 Oct, 2023 1 commit
    • flybird11111's avatar
      [doc] update advanced tutorials, training gpt with hybrid parallelism (#4866) · 6a21f96a
      flybird11111 authored
      * [doc]update advanced tutorials, training gpt with hybrid parallelism
      
      * [doc]update advanced tutorials, training gpt with hybrid parallelism
      
      * update vit tutorials
      
      * update vit tutorials
      
      * update vit tutorials
      
      * update vit tutorials
      
      * update en/train_vit_with_hybrid_parallel.py
      
      * fix
      
      * resolve comments
      
      * fix
      6a21f96a
  2. 07 Oct, 2023 5 commits
  3. 06 Oct, 2023 2 commits
  4. 05 Oct, 2023 2 commits
  5. 04 Oct, 2023 2 commits
  6. 02 Oct, 2023 2 commits
    • Yuanheng Zhao's avatar
      [Infer] Serving example w/ ray-serve (multiple GPU case) (#4841) · 573f2705
      Yuanheng Zhao authored
      * fix imports
      
      * add ray-serve with Colossal-Infer tp
      
      * trivial: send requests script
      
      * add README
      
      * fix worker port
      
      * fix readme
      
      * use app builder and autoscaling
      
      * trivial: input args
      
      * clean code; revise readme
      
      * testci (skip example test)
      
      * use auto model/tokenizer
      
      * revert imports fix (fixed in other PRs)
      573f2705
    • Yuanheng Zhao's avatar
      [Infer] Colossal-Inference serving example w/ TorchServe (single GPU case) (#4771) · 3a74eb4b
      Yuanheng Zhao authored
      * add Colossal-Inference serving example w/ TorchServe
      
      * add dockerfile
      
      * fix dockerfile
      
      * fix dockerfile: fix commit hash, install curl
      
      * refactor file structure
      
      * revise readme
      
      * trivial
      
      * trivial: dockerfile format
      
      * clean dir; revise readme
      
      * fix comments: fix imports and configs
      
      * fix formats
      
      * remove unused requirements
      3a74eb4b
  7. 28 Sep, 2023 2 commits
  8. 27 Sep, 2023 8 commits
  9. 26 Sep, 2023 8 commits
  10. 25 Sep, 2023 2 commits
  11. 24 Sep, 2023 2 commits
  12. 22 Sep, 2023 4 commits
    • Hongxin Liu's avatar
      [release] update version (#4775) · 4146f1c0
      Hongxin Liu authored
      * [release] update version
      
      * [doc] revert versions
      4146f1c0
    • Jianghai's avatar
      [inference] chatglm2 infer demo (#4724) · ce7ade38
      Jianghai authored
      * add chatglm2
      
      * add
      
      * gather needed kernels
      
      * fix some bugs
      
      * finish context forward
      
      * finish context stage
      
      * fix
      
      * add
      
      * pause
      
      * add
      
      * fix bugs
      
      * finish chatglm
      
      * fix bug
      
      * change some logic
      
      * fix bugs
      
      * change some logics
      
      * add
      
      * add
      
      * add
      
      * fix
      
      * fix tests
      
      * fix
      ce7ade38
    • Xu Kai's avatar
      [feature] add gptq for inference (#4754) · 946ab56c
      Xu Kai authored
      * [gptq] add gptq kernel (#4416)
      
      * add gptq
      
      * refactor code
      
      * fix tests
      
      * replace auto-gptq
      
      * rname inferance/quant
      
      * refactor test
      
      * add auto-gptq as an option
      
      * reset requirements
      
      * change assert and check auto-gptq
      
      * add import warnings
      
      * change test flash attn version
      
      * remove example
      
      * change requirements of flash_attn
      
      * modify tests
      
      * [skip ci] change requirements-test
      
      * [gptq] faster gptq cuda kernel (#4494)
      
      * [skip ci] add cuda kernels
      
      * add license
      
      * [skip ci] fix max_input_len
      
      * format files & change test size
      
      * [skip ci]
      
      * [gptq] add gptq tensor parallel (#4538)
      
      * add gptq tensor parallel
      
      * add gptq tp
      
      * delete print
      
      * add test gptq check
      
      * add test auto gptq check
      
      * [gptq] combine gptq and kv cache manager (#4706)
      
      * combine gptq and kv cache manager
      
      * add init bits
      
      * delete useless code
      
      * add model path
      
      * delete usless print and update test
      
      * delete usless import
      
      * move option gptq to shard config
      
      * change replace linear to shardformer
      
      * update bloom policy
      
      * delete useless code
      
      * fix import bug and delete uselss code
      
      * change colossalai/gptq to colossalai/quant/gptq
      
      * update import linear for tests
      
      * delete useless code and mv gptq_kernel to kernel directory
      
      * fix triton kernel
      
      * add triton import
      946ab56c
    • littsk's avatar
      [bug] Fix the version check bug in colossalai run when generating the cmd. (#4713) · 1e0e0808
      littsk authored
      * Fix the version check bug in colossalai run when generating the cmd.
      
      * polish code
      1e0e0808