-
Notifications
You must be signed in to change notification settings - Fork 14.4k
server : implement extra_args support for /models/load endpoint #18232
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -134,8 +134,9 @@ jobs: | |
| include: | ||
| - build: 'x64' | ||
| os: ubuntu-22.04 | ||
| - build: 's390x' | ||
| os: ubuntu-24.04-s390x | ||
| # Disabled - requires special GitHub runners not available on forks | ||
| # - build: 's390x' | ||
| # os: ubuntu-24.04-s390x | ||
|
Comment on lines
-137
to
+139
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Restore please.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. here created a new PR #18261
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not necessary, but ok... |
||
| # GGML_BACKEND_DL and GGML_CPU_ALL_VARIANTS are not currently supported on arm | ||
| # - build: 'arm64' | ||
| # os: ubuntu-22.04-arm | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restore please.