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

small fix #11978

Merged
merged 2 commits into from
Aug 30, 2024
Merged

small fix #11978

merged 2 commits into from
Aug 30, 2024

Conversation

rnwang04
Copy link
Contributor

@rnwang04 rnwang04 commented Aug 30, 2024

Description

1. Why the change?

small fix of default value of inter-pp / intra-pp : https://github.com/intel-analytics/llm-npu/issues/17#issuecomment-2320661222

2. User API changes

3. Summary of the change

4. How to test?

  • Unit test: Please manually trigger the PR Validation here by inputting the PR number (e.g., 1234). And paste your action link here once it has been successfully finished.

@rnwang04 rnwang04 changed the title fix small fix Aug 30, 2024
@rnwang04 rnwang04 requested a review from sgwhat August 30, 2024 09:40
@@ -40,7 +40,7 @@
parser.add_argument("--max-prompt-len", type=int, default=960)
parser.add_argument("--disable-transpose-value-cache", action="store_true", default=False)
parser.add_argument("--intra-pp", type=int, default=2)
parser.add_argument("--inter-pp", type=int, default=2)
parser.add_argument("--inter-pp", type=int, default=4)
Copy link
Contributor

Choose a reason for hiding this comment

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

set inter-pp and intra-pp to None?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Copy link
Contributor

@sgwhat sgwhat left a comment

Choose a reason for hiding this comment

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

LGTM.

@rnwang04 rnwang04 merged commit 4811a49 into intel-analytics:main Aug 30, 2024
1 check passed
@rnwang04 rnwang04 deleted the small_fix branch August 30, 2024 09:55
cyita pushed a commit to cyita/BigDL that referenced this pull request Sep 5, 2024
cranechu0131 pushed a commit to cranechu0131/ipex-llm that referenced this pull request Sep 9, 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