-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Hackathon 5th No.73] ToT #7660
Conversation
1. finish meta/llama2 version
Thanks for your contribution! |
root seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #7660 +/- ##
===========================================
- Coverage 57.59% 56.68% -0.92%
===========================================
Files 582 588 +6
Lines 86912 89352 +2440
===========================================
+ Hits 50061 50653 +592
- Misses 36851 38699 +1848 ☔ View full report in Codecov by Sentry. |
1. resolve one unused variable
|
pipelines/examples/agents/tree-of-thought-llm/llama2/llama/.gitignore
Outdated
Show resolved
Hide resolved
pipelines/examples/agents/tree-of-thought-llm/llama2/llama/CODE_OF_CONDUCT.md
Outdated
Show resolved
Hide resolved
pipelines/examples/agents/tree-of-thought-llm/llama2/llama/USE_POLICY.md
Outdated
Show resolved
Hide resolved
pipelines/examples/agents/tree-of-thought-llm/src/tot/data/crosswords/mini0505.json
Outdated
Show resolved
Hide resolved
1. delete some unnecessary files according to comments.
1. add llama2 in paddlenlp
1. format data structure
add Ernie
add Ernie
兼容Ernie
兼容Ernie
兼容Ernie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
add tree-of-thought
PR changes
Description