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

is size tag supported? #738

Open
miss-uny opened this issue Oct 25, 2024 · 2 comments
Open

is size tag supported? #738

miss-uny opened this issue Oct 25, 2024 · 2 comments

Comments

@miss-uny
Copy link

miss-uny commented Oct 25, 2024

For example, if the model size is set as a tag,

Tag selections are as follows:

tag1 (less than 5G)
tag2 (0.5-20G)
tag3 (above 10G)
There are three models:
Model a, with a size of 0.4G
Model b, with a size of 6G
Model c, with a size of 99G

If tag1 is selected, it will filter out model a.
If tag2 is selected, it will filter out model b.
If tag3 is selected, it will filter out model c.

Could you please confirm if these types of tags are supported? If yes, how can they be set? If not, will they be considered in the future?

@Rader
Copy link
Collaborator

Rader commented Oct 28, 2024

you can define size tag like this in readme.md

size_categories:
- 100B<n<1T

and create system built-in tag category: size

@Rader Rader changed the title 便签是否支持 区间选择 is size tag supported? Oct 28, 2024
@miss-uny
Copy link
Author

请问怎么使用啊?
1.界面上可以增加 tag category嘛
2.size_categories:

  • 100B<n<1T。 这个是不是和tag一样的格式。
    如下这么写嘛?

用户自定义标签

tags:

  • 34B
    size_categories:
  • 100B<n<1T

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

No branches or pull requests

2 participants