vllm icon indicating copy to clipboard operation
vllm copied to clipboard

[Misc] Update `gptq_marlin` to use new vLLMParameters

Open dsikka opened this issue 1 year ago • 2 comments

Summary

  • Updates the gptq_marlin parameters to use vLLMParameters to simplify linear layer weight loading
  • Updates to add PackedColumnParameter to support packed parameters without row parallelism

dsikka avatar Aug 07 '24 20:08 dsikka

👋 Hi! Thank you for contributing to the vLLM project. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which consists a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of default ones by unblocking the steps in your fast-check build on Buildkite UI.

Once the PR is approved and ready to go, please make sure to run full CI as it is required to merge (or just use auto-merge).

To run full CI, you can do one of these:

  • Comment /ready on the PR
  • Add ready label to the PR
  • Enable auto-merge.

🚀

github-actions[bot] avatar Aug 07 '24 20:08 github-actions[bot]

/ready

dsikka avatar Aug 07 '24 20:08 dsikka