"docker/Dockerfile.neuron" did not exist on "0f3f3c86ec44467fa80b60cb9f971f9ede028f76"
  1. 09 Aug, 2024 1 commit
  2. 06 Aug, 2024 1 commit
  3. 04 Aug, 2024 1 commit
  4. 26 Apr, 2024 1 commit
  5. 23 Apr, 2024 1 commit
  6. 11 Apr, 2024 2 commits
  7. 11 Mar, 2024 1 commit
  8. 12 Feb, 2024 1 commit
  9. 01 Feb, 2024 1 commit
  10. 27 Jan, 2024 1 commit
  11. 15 Dec, 2023 1 commit
  12. 24 Nov, 2023 1 commit
  13. 20 Nov, 2023 1 commit
  14. 19 Nov, 2023 1 commit
  15. 16 Nov, 2023 1 commit
    • Zhuohan Li's avatar
      TP/quantization/weight loading refactor part 2 - Refactor quantized linear... · 7076fa1c
      Zhuohan Li authored
      TP/quantization/weight loading refactor part 2 - Refactor quantized linear logic and extend quantization support to all models (#1622)
      
      Refactor the tensor parallelism, quantization, and weight-loading codes.
      
      Summary of the new features enabled by this PR:
      - **All models** are able to be quantized with AWQ and SqueezeLLM, and [soon GPTQ](https://github.com/vllm-project/vllm/pull/1580).
      - Model loading code became much simpler.
      - Support model parallelism for all MQA/GQA models when the number of key/value heads is smaller than the tensor parallel size.
      7076fa1c