Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2:4 Support #37

Merged
merged 3 commits into from
Dec 6, 2024
Merged

Conversation

dsikka
Copy link

@dsikka dsikka commented Dec 6, 2024

Summary

  • Remove compressed support for now
  • Validate uncompressed support for tp=1,2,4 for all model combinations
  • Add testing cases with nm-testing models:
  1. Includes: 2:4 models + FP8 (channel-weight quant, dynamic per token activation quantization)
  2. Starting with a base model, applying 2:4, then FP8 (channel-weight quant, dynamic per token activation quantization)
  3. Channel weight quant, static per tensor activation quantization
  4. Per Tensor weight quant, static per tensor activation quantization
  5. Per Tensor weight quant, dynamic per token activation quantization

Models:

  • nm-testing/Meta-Llama-3-8B-Instruct-FP8-Dynamic-2of4-testing
  • nm-testing/SparseLlama-3.1-8B-gsm8k-pruned.2of4-FP8-Dynamic-testing
  • nm-testing/Meta-Llama-3-8B-Instruct-FP8-Static-Per-Tensor-testing
  • nm-testing/Meta-Llama-3-8B-Instruct-FP8-Static-testing
  • nm-testing/Meta-Llama-3-8B-Instruct-FP8-Dynamic-IA-Per-Tensor-Weight-testing

Copy link

github-actions bot commented Dec 6, 2024

👋 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 starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can do one of these:

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

🚀

@dsikka dsikka marked this pull request as ready for review December 6, 2024 20:00
@dsikka dsikka merged commit c7d1cc3 into rahul/semi-structured Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants