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 notice regarding AIO #33

Closed
wants to merge 1 commit into from
Closed

add notice regarding AIO #33

wants to merge 1 commit into from

Conversation

szaimen
Copy link
Contributor

@szaimen szaimen commented Oct 19, 2023

No description provided.

@szaimen szaimen added documentation Improvements or additions to documentation 3. to review labels Oct 19, 2023
Signed-off-by: Simon L <szaimen@e.mail.de>
@marcelklehr
Copy link
Member

Does localAI actually have LLMs that are multilingual?

@szaimen
Copy link
Contributor Author

szaimen commented Oct 19, 2023

Does localAI actually have LLMs that are multilingual?

I guess so see https://github.com/go-skynet/model-gallery/blob/main/index.yaml

@marcelklehr
Copy link
Member

i heavily doubt it. To my knowledge there are no multilingual open source llms out there atm. integration_openai will simply query the llm to simulate machine translation, so this will fail with localAI, afaict

@szaimen
Copy link
Contributor Author

szaimen commented Oct 19, 2023

I see. However the models of the translate app could potentially be used via local AI, right?

@marcelklehr
Copy link
Member

However the models of the translate app could potentially be used via local AI, right?

I doubt it. How do you come to that conclusion?

@szaimen
Copy link
Contributor Author

szaimen commented Oct 19, 2023

How do you come to that conclusion?

Because local AI uses debian as base. So why should it not be possible?

@marcelklehr
Copy link
Member

Well, sure it can be implemented, but localAI only implements a subset of the models available on huggingface, AFAIK. See https://localai.io/model-compatibility/ - The Opus models by University Helsinki are using a Marian-NMT architecture which is not in that list.

@szaimen
Copy link
Contributor Author

szaimen commented Oct 19, 2023

Well, sure it can be implemented, but localAI only implements a subset of the models available on huggingface, AFAIK. See localai.io/model-compatibility - The Opus models by University Helsinki are using a Marian-NMT architecture which is not in that list.

all right

@marcelklehr
Copy link
Member

You could add the libretranslate container and integration to AIO, though.

@szaimen
Copy link
Contributor Author

szaimen commented Oct 19, 2023

You could add the libretranslate container and integration to AIO, though.

ah you mean as community container? Good idea!

@szaimen szaimen deleted the enh/noid/add-aio-notice branch October 19, 2023 10:49
@szaimen szaimen restored the enh/noid/add-aio-notice branch October 20, 2023 17:43
@szaimen szaimen mentioned this pull request Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants