DX-596-together-dedicated-endpoints: sync with mintlify-docs#878#44
Open
zainhas wants to merge 1 commit into
Open
DX-596-together-dedicated-endpoints: sync with mintlify-docs#878#44zainhas wants to merge 1 commit into
zainhas wants to merge 1 commit into
Conversation
Sync with togethercomputer/mintlify-docs#878, which documents serving multiple LoRA adapters from one dedicated endpoint (beta). - Add a Multi-LoRA Adapters section to references/api-reference.md covering the add/list/remove adapter operations (v2 SDK client.endpoints.adapters.*, CLI, and REST paths), the combined endpoint_name:adapter_model_name model_id, the requirements, and how inference selects an adapter by model name. - Add a Quick Routing entry and a High-Signal rule to SKILL.md.
Broly Security ScanNote ✅ Clean scan
|
Collaborator
Author
|
@nikita-smetanin please see skills update for your new docs page |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs with togethercomputer/mintlify-docs#878 ("Multi-LoRA serving"), which added
docs/dedicated-endpoints/lora-adapter.mdxand the add/list/remove adapter API reference pages.Changed docs that triggered this sync:
docs/dedicated-endpoints/lora-adapter.mdx(new page)docs/dedicated-endpoints/adapter.mdxreference/addadapter.mdx,reference/listadapters.mdx,reference/removeadapter.mdx,reference/cli/endpoints.mdxSkill changes:
references/api-reference.md: one LoRA-enabled endpoint can serve multiple adapters sharing the same base model, attached/listed/removed on the running endpoint (beta).client.endpoints.adapters.add/list/remove), the Together CLI, and REST (POST/GET/DELETE /endpoints/{id}/adapters).endpoint_name:adapter_model_namemodel_id, the requirements (private LoRA-enabled endpoint, matching base model, same owner), inference routing by model name, and theapi_model_idvsmodel_idSDK naming difference.Verified the feature is current on
main:docs/dedicated-endpoints/lora-adapter.mdxstill exists and the/endpoints/{id}/adaptersoperations are in the currentopenapi.yamlwith v2 SDK code samples.This is a previously auth-blocked sync now unblocked. Generated by the Sync Skills Cursor Automation. Please review before merging.