Skip to content

Feature request: Multiple server runtimes #238

Description

@osbama

I have multiple GPUs of different architectures in the same machine (for example, a laptop with an intel iGPU + nvidia dGPU), where I want to run Vulkan based llama.cpp in iGPU (where I have 96 Gb of shared memory, but it is awfully slow) for one model, and cuda based llama in dGPU (where I have only 4 GB of memory, and I can only feasibly run nemotron-4b for light tasks)
I would be very glad if I could do this within the lms.
Maybe the selection of runtime can be carried to model load, and can be selected per model instead of a global setting, sparkrun style?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions