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

why so slow when I run rag_stragegyQA #73

Open
yubin1991 opened this issue May 22, 2024 · 3 comments
Open

why so slow when I run rag_stragegyQA #73

yubin1991 opened this issue May 22, 2024 · 3 comments

Comments

@yubin1991
Copy link

llm: llama3
rap strageqa

the first question takes more than 1 hours runing on A100

@Ber666
Copy link
Collaborator

Ber666 commented May 24, 2024

Hi,

It's possible that llama3 doesn't stop generation in time due to the tokenization change. Though we have updated several examples (e.g., CoT), we haven't got time to go through every example in our library. Could you try looking at the tokenization if it's urgent?

@yubin1991
Copy link
Author

Hi,

It's possible that llama3 doesn't stop generation in time due to the tokenization change. Though we have updated several examples (e.g., CoT), we haven't got time to go through every example in our library. Could you try looking at the tokenization if it's urgent?

yes, the problem fixed when i replace the eos_id. thanks

@Ber666
Copy link
Collaborator

Ber666 commented May 30, 2024

Glad to hear that! Let me know if there are any other problems.

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

No branches or pull requests

2 participants