Replies: 1 comment 2 replies
-
Opened this PR: #507 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking at the listModels method in the hubs API, and it seems that the JS version of huggingface package has no way to search using a string. I would like to search, for example, using a string query "llava v1.6". The PY API has a search field which takes a string, but the js API takes an object.
Am I missing something?
(
huggingface.js/packages/hub/src/lib/list-models.ts
Line 53 in 8ad5507
Beta Was this translation helpful? Give feedback.
All reactions