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

⭐️ Feat: Sorting when using a filter #166

Open
toazd opened this issue Feb 6, 2025 · 1 comment
Open

⭐️ Feat: Sorting when using a filter #166

toazd opened this issue Feb 6, 2025 · 1 comment
Assignees
Labels

Comments

@toazd
Copy link

toazd commented Feb 6, 2025

Description

Currently, when you type in a filter (eg. llama), the resulting list cannot be sorted by for example size, quant, or name. When you do try to sort a filtered list all items in the filtered list disappear.

Alternatives

Sorting the list before applying the filter. Unfortunately, the sort order appears to get changed when a filter is applied so that doesn't work.

Can you contribute?

Probably not. Not skilled in Go.

How did you find out about Gollama?

Reddit or Google when I was trying to find out how to use ollama downloaded models in lm-studio instead of downloading them all again.

@sammcj
Copy link
Owner

sammcj commented Feb 7, 2025

Ah this old chestnut, I had some issues getting this to work in the past, the filtering system in the charm packages did my head in when I last looked at it, I'll make sure I look at this again at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants