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

Enhancement: Fetching models from text-generation-webui (oobabooga) #3448

Closed
1 task done
Backroads4Me opened this issue Jul 24, 2024 · 1 comment
Closed
1 task done
Labels
enhancement New feature or request

Comments

@Backroads4Me
Copy link

What features would you like to see added?

The ability to change models when using text-generation-webui (oobabooga) as the backend.

More details

With the Ollama backend the app fetches the names of all of the available models and allows switching between models. When using the text-generation-webui backend, the only "model" shown is "text-embedding-ada-002" and fetch doesn't work. (Inference does work). This request is to create a custom fetcher for text-generation-webui that works similarly to Ollama's. Ideally, it would also unload models which would allow you to use both backends and switch between them.

Which components are impacted by your request?

UI, Endpoints

Pictures

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Backroads4Me Backroads4Me added the enhancement New feature or request label Jul 24, 2024
@danny-avila
Copy link
Owner

This is a limitation of ooba's v1/models endpoint. Relevant code line and closed "stale" issue.

Seems like an easy fix from ooba's part, but for whatever reason, it is not implemented (even with an open PR) : oobabooga/text-generation-webui#5720

@danny-avila danny-avila closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants