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: get running models #592

Merged
merged 6 commits into from
May 24, 2024
Merged

feat: get running models #592

merged 6 commits into from
May 24, 2024

Conversation

vansangpfiev
Copy link
Contributor

@vansangpfiev vansangpfiev commented May 21, 2024

issue: https://github.com/janhq/cortex/issues/589
endpoint: v1/models
response example:

{
    "data": [
        {
            "id": "nomic-embed-text-v1.5.f16",
            "object": "model"
        },
        {
            "id": "mistral-7b-instruct-v0.1.Q4_0",
            "object": "model"
        }
    ],
    "object": "list"
}

bump cortex.llamacpp version to support this: v0.1.9

@vansangpfiev vansangpfiev requested a review from louis-jan May 22, 2024 07:09
@vansangpfiev vansangpfiev marked this pull request as ready for review May 22, 2024 07:10
Copy link
Contributor

@louis-jan louis-jan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vansangpfiev vansangpfiev merged commit deb2600 into dev May 24, 2024
18 checks passed
@vansangpfiev vansangpfiev deleted the feat/get-running-models branch May 24, 2024 07:53
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

Successfully merging this pull request may close these issues.

2 participants