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

[vLLM] optimizing vLLM models by qbits. #1548

Closed
wants to merge 9 commits into from

Conversation

Zhenzhong1
Copy link
Collaborator

@Zhenzhong1 Zhenzhong1 commented May 15, 2024

Type of Change

New feature & API change

Description

  • Complete the pipeline to replace part of vLLM linear modules by qbits linear. (chatglm2)
  • vLLM Integration API desgin: vllm_model = AutoModelForCausalLM.from_pretrained(args.model, use_vllm = True)
  • ITREX using pytorch==2.3.0 + cpu
  • extend acceleration to more models.

Expected Behavior & Potential Risk

the expected behavior that triggered by this PR

How has this PR been tested?

how to reproduce the test (including hardware information)

Dependency Change?

any library dependency introduced or removed

@Zhenzhong1 Zhenzhong1 changed the title Zhenzhong/vllm integrate [vLLM] optimizing vLLM models by qbits. May 15, 2024
@Zhenzhong1 Zhenzhong1 closed this May 20, 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.

None yet

1 participant