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

Add multi api inference engine #1343

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Add multi api inference engine #1343

wants to merge 22 commits into from

Conversation

elronbandel
Copy link
Member

@elronbandel elronbandel commented Nov 12, 2024

With multi api inference engine you can feed into your application:

     MyClass(
           model=CrossProviderInferenceEngine("llama-3.1-405b", api="aws")
      )

Then change it by editing the model.api argument or by general settings:
You can set unitxt.settings.default_provider="watsonx"
or export UNITXT_DEFAULT_PROVIDER="watsonx"

Signed-off-by: elronbandel <elronbandel@gmail.com>
Signed-off-by: elronbandel <elronbandel@gmail.com>
Signed-off-by: elronbandel <elronbandel@gmail.com>
@@ -0,0 +1,12 @@
{
"__type__": "multi_api_inference_engine",
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if adding to the catalog is needed. The API mapping can be done in a single place, and not repeated per model.

Signed-off-by: elronbandel <elronbandel@gmail.com>
Signed-off-by: elronbandel <elronbandel@gmail.com>
Signed-off-by: elronbandel <elronbandel@gmail.com>
@@ -0,0 +1,4 @@
{
"__type__": "textual_system_prompt",
"text": "be concise. at every point give the shortest acceptable answer."
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"text": "be concise. at every point give the shortest acceptable answer."
"text": "Be concise. At every point give the shortest acceptable answer."

Signed-off-by: elronbandel <elronbandel@gmail.com>
Signed-off-by: elronbandel <elronbandel@gmail.com>
Signed-off-by: elronbandel <elronbandel@gmail.com>
Signed-off-by: elronbandel <elronbandel@gmail.com>
Signed-off-by: elronbandel <elronbandel@gmail.com>
elronbandel and others added 6 commits November 18, 2024 15:54
Signed-off-by: elronbandel <elronbandel@gmail.com>
Added BAM and improved error messages.

Signed-off-by: Yoav Katz <katz@il.ibm.com>
Signed-off-by: Yoav Katz <katz@il.ibm.com>
Signed-off-by: Yoav Katz <katz@il.ibm.com>
Signed-off-by: elronbandel <elronbandel@gmail.com>
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