1. 19 Sep, 2025 1 commit
  2. 11 Sep, 2025 1 commit
  3. 01 Aug, 2025 1 commit
  4. 01 Jul, 2025 1 commit
  5. 03 Jun, 2025 2 commits
  6. 01 Jun, 2025 1 commit
  7. 12 May, 2025 1 commit
  8. 02 Feb, 2025 1 commit
    • Russell Bryant's avatar
      [Misc] Add SPDX-License-Identifier headers to python source files (#12628) · e489ad7a
      Russell Bryant authored
      - **Add SPDX license headers to python source files**
      - **Check for SPDX headers using pre-commit**
      
      commit 9d7ef44c3cfb72ca4c32e1c677d99259d10d4745
      Author: Russell Bryant <rbryant@redhat.com>
      Date:   Fri Jan 31 14:18:24 2025 -0500
      
          Add SPDX license headers to python source files
          
      This commit adds SPDX license headers to python source files as
      recommended to
      the project by the Linux Foundation. These headers provide a concise way
      that is
      both human and machine readable for communicating license information
      for each
      source file. It helps avoid any ambiguity about the license of the code
      and can
          also be easily used by tools to help manage license compliance.
          
      The Linux Foundation runs license scans against the codebase to help
      ensure
          we are in compliance with the licenses of the code we use, including
      dependencies. Having these headers in place helps that tool do its job.
          
          More information can be found on the SPDX site:
          
          - https://spdx.dev/learn/handling-license-info/
      
      Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
      
      commit 5a1cf1cb3b80759131c73f6a9dddebccac039dea
      Author: Russell Bryant <rbryant@redhat.com>
      Date:   Fri Jan 31 14:36:32 2025 -0500
      
          Check for SPDX headers using pre-commit
      Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
      
      ---------
      Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
      e489ad7a
  9. 30 Dec, 2024 1 commit
  10. 29 Oct, 2024 1 commit
  11. 17 Oct, 2024 1 commit
  12. 18 Sep, 2024 1 commit
  13. 22 Mar, 2024 1 commit
  14. 28 Feb, 2024 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
  16. 02 Oct, 2023 1 commit
  17. 17 Jun, 2023 1 commit
  18. 20 May, 2023 1 commit
  19. 19 May, 2023 1 commit
  20. 15 May, 2023 1 commit
  21. 09 May, 2023 1 commit