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 qwen2-7b example script #11961

Merged
merged 8 commits into from
Aug 29, 2024
Merged

Conversation

plusbang
Copy link
Contributor

Description

Update qwen2-7b example script
Specify default value of inter-pp as None.

4. How to test?

  • Application test

@@ -44,7 +44,7 @@
parser.add_argument("--max-prompt-len", type=int, default=512)
parser.add_argument("--disable-transpose-value-cache", action="store_true", default=False)
parser.add_argument("--intra-pp", type=int, default=2)
Copy link
Contributor

Choose a reason for hiding this comment

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

also default to None?

Copy link
Contributor Author

@plusbang plusbang Aug 29, 2024

Choose a reason for hiding this comment

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

also default to None?

Have updated. Merge it first and please let me know if any new comment : )

@plusbang plusbang merged commit 14b2c8d into intel-analytics:main Aug 29, 2024
1 check passed
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.

3 participants