We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I test qwen-7b GPT-Q quantization on a vGPU that is half of the A10‘s performance.
I have noticed that the processing speed of the context and the decoding speed are particularly slow,
Then, I test other model such as https://huggingface.co/ClueAI/ChatYuan-large-v2 and the speed is within expectations. So I guess that GPT-Q does not work well on vGPU?
The code is nothing special, looks like
from auto_gptq import AutoGPTQForCausalLM model = AutoGPTQForCausalLM.from_quantized(quantized_model_dir, device="cuda:0") ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I test qwen-7b GPT-Q quantization on a vGPU that is half of the A10‘s performance.
I have noticed that the processing speed of the context and the decoding speed are particularly slow,
Then, I test other model such as https://huggingface.co/ClueAI/ChatYuan-large-v2 and the speed is within expectations. So I guess that GPT-Q does not work well on vGPU?
The code is nothing special, looks like
The text was updated successfully, but these errors were encountered: