1. 03 Nov, 2023 3 commits
    • Chen Xin's avatar
      Refactor model conversion (#296) · 823ad849
      Chen Xin authored
      * split deploy.py
      
      * fix get_cuda_tensor
      
      * deploy qwen_awq
      
      * fix lint
      
      * add docstring
      
      * fix
      
      * support baichuan/baichuan-awq
      
      * parameterizing size_per_head
      
      * remove try/except
      
      * limit input model_format
      
      * add quant_path param
      
      * remove old deploy.py
      
      * fix path
      
      * fix transformer layer range when load bins
      
      * fix qwen init
      
      * split & save log
      
      * relative import
      
      * update get_config
      
      * WeightFileMgr -> Reader
      
      * rename
      
      * update
      
      * fix init_layer_id
      
      * rename llama.py -> meta_llama.py, hf.py -> llama.py
      
      * reduce code
      
      * update arg description
      
      * fix meta llama
      
      * manually cleanup meta model params
      823ad849
    • RunningLeon's avatar
      add cli to list the supported model names (#639) · 1bbc6e05
      RunningLeon authored
      * update
      
      * resolve comment
      1bbc6e05
    • Yam(长琴)'s avatar
      6e91e5ce
  2. 01 Nov, 2023 1 commit
    • AllentDan's avatar
      Improve api_server and webui usage (#544) · 373bd013
      AllentDan authored
      * make IPv6 compatible, safe run for coroutine interrupting
      
      * instance_id -> session_id and fix api_client.py
      
      * update doc
      
      * remove useless faq
      
      * safe ip mapping
      
      * update app.py
      
      * WIP completion
      
      * completion
      
      * update doc
      
      * disable interactive mode for /v1/chat/completions
      
      * docstring
      
      * docstring
      
      * refactor gradio
      
      * update gradio
      
      * udpate
      
      * update doc
      
      * rename
      
      * session_id default -1
      
      * missed two files
      
      * add a APIClient
      
      * add chat func for APIClient
      
      * refine
      
      * add concurrent function
      
      * sequence_start, sequence_end --> interactive_mode
      
      * update doc
      
      * comments
      
      * doc
      
      * better text completion
      
      * remove /v1/embeddings
      
      * comments
      
      * deprecate generate and use /v1/interactive/completions
      
      * /v1/interactive/completion -> /v1/chat/interactive
      
      * embeddings
      
      * rename
      
      * remove wrong arg description
      
      * docstring
      
      * fix
      
      * update cli
      
      * update doc
      
      * strict session_len limit condition
      
      * pass model args to api_server
      373bd013
  3. 30 Oct, 2023 1 commit
  4. 25 Oct, 2023 3 commits
  5. 24 Oct, 2023 2 commits
  6. 23 Oct, 2023 2 commits
  7. 19 Oct, 2023 2 commits
  8. 18 Oct, 2023 2 commits
  9. 17 Oct, 2023 1 commit
  10. 16 Oct, 2023 2 commits
  11. 13 Oct, 2023 3 commits
  12. 12 Oct, 2023 2 commits
  13. 11 Oct, 2023 3 commits
  14. 09 Oct, 2023 3 commits
  15. 26 Sep, 2023 7 commits
  16. 25 Sep, 2023 3 commits