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

add gptq option for ppl test #11921

Merged
merged 10 commits into from
Aug 30, 2024
Merged

Conversation

cranechu0131
Copy link
Contributor

add gptq option for ppl test

model = model.half()
elif 'gptq' in args.model_path.lower(): # ipex gptq
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ipex-llm gptq asym_int4

@@ -106,6 +118,5 @@ def parse_kwargs(kwstr):
prev_end_loc = end_loc
if end_loc == seq_len:
break

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this

@hkvision hkvision merged commit ae7302a into intel-analytics:main Aug 30, 2024
1 check passed
cranechu0131 added a commit to cranechu0131/ipex-llm that referenced this pull request Sep 9, 2024
* feat:add gptq for ppl

* fix: add an empty line

* fix: add an empty line

* fix: remove an empty line

* Resolve comments

* Resolve comments

* Resolve comments
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