Is there a policy (or a community site) for updates to models? #474
awagner-mainz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Based on the documentation here or here, current models as of today (2024-06-21) such as Cohere's "Command-R+", Anthropic's "Claude 3.5" or perhaps even OpenAI's "gpt-4o" are not available (at least they are not mentioned explicitly in the docs and it's not clear what should be specified as
components.llm.model.name
if they are supported after all). I acknowledge that things are moving very fast and that assuming that all these new models are supported soon after their release in spacy-llm is probably to expect a bit too much.But I was wondering if there are plans for regular updates, or for any updates to the models (or model generations) supported by spacy-llm? Alternatively, would there be a community platform or recommended practice to collect and discuss/test such updates? Or is it finally just a matter of volunteers submitting pull requests updating
https://github.com/explosion/spacy-llm/blob/main/spacy_llm/models/rest/*/registry.py
orhttps://github.com/explosion/spacy-llm/blob/main/spacy_llm/models/hf/*
(would there be other places to consider)?What are your ideas about this? TIA
Beta Was this translation helpful? Give feedback.
All reactions