-
Notifications
You must be signed in to change notification settings - Fork 197
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
Service/match api #431
Merged
Merged
Service/match api #431
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drcege
force-pushed
the
service/match_api
branch
from
September 25, 2024 06:19
a7484af
to
4e93a68
Compare
drcege
force-pushed
the
service/match_api
branch
from
September 25, 2024 06:21
4e93a68
to
4dfc8fa
Compare
drcege
force-pushed
the
service/match_api
branch
from
September 25, 2024 06:37
81d54ff
to
9b268f1
Compare
drcege
added a commit
that referenced
this pull request
Nov 11, 2024
* inital implementation * support params checking and dataset converting * support filtered and tags * allow partial execution of op.run * Service/match api (#428) * temp * Regress model preloading (#426) * fix param definition (#424) * fix param def * add param check * use pydantic types (#422) * use pydantic types * change config unittest * fix GenerateInstructionMapper * update * Fix (#427) Fix some words * Add new OP: image_tagging_mapper (#423) * * init image tagging mapper * + Add unittest for image_tagging_mapper * support specified tag field names for all tagging OPs * * fix problems of unittest * + add docs * * update docs * * skip two unittests which require ram * * minor fix for gece's comments * * merge main into this branch * + add type hint * match api call * match api call * pre-commit * decouple API args & add type hints --------- Co-authored-by: Ce Ge (戈策) <gece@foxmail.com> Co-authored-by: Cathy0908 <30484308+Cathy0908@users.noreply.github.com> Co-authored-by: co63oc <co63oc@users.noreply.github.com> Co-authored-by: Yilun Huang <lielin.hyl@alibaba-inc.com> Co-authored-by: null <3213204+drcege@users.noreply.github.com> * Service/match api (#431) * temp * match api call * match api call * pre-commit * decouple API args & add type hints * agentscope demo * update demos * update pre-commt * add yaml * update notebooks * add py * refine --------- Co-authored-by: null <3213204+drcege@users.noreply.github.com> Co-authored-by: gece.gc <gece.gc@alibaba-inc.com> * update reqs --------- Co-authored-by: BeachWang <1400012807@pku.edu.cn> Co-authored-by: Cathy0908 <30484308+Cathy0908@users.noreply.github.com> Co-authored-by: co63oc <co63oc@users.noreply.github.com> Co-authored-by: Yilun Huang <lielin.hyl@alibaba-inc.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add calling api with agentscope to demos.