[GH-ISSUE #4313] Run Timeout When Applying Lora Adapter and Lora Base #2690

Closed
opened 2026-04-12 13:00:54 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @cheeseng on GitHub (May 10, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4313

When I tried to run my imported model with an lora adapter, it time out when the server is apply the adapter, is there a way I can use a longer time out period?

Also, when using adapter I notice the following warning on the server:

warning: using a lora adapter with a quantized model may result in poor quality, use a f16 or f32 base model with --lora-base

Is there a way I can speficy in Modelfile for the --lora-base?

Thanks.

Originally created by @cheeseng on GitHub (May 10, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4313 When I tried to run my imported model with an lora adapter, it time out when the server is apply the adapter, is there a way I can use a longer time out period? Also, when using adapter I notice the following warning on the server: ``` warning: using a lora adapter with a quantized model may result in poor quality, use a f16 or f32 base model with --lora-base ``` Is there a way I can speficy in Modelfile for the --lora-base? Thanks.
GiteaMirror added the feature request label 2026-04-12 13:00:54 -05:00
Author
Owner

@pdevine commented on GitHub (Jul 10, 2024):

The lora base is just whatever is in the FROM line of the Modelfile. I've been trying to revamp LoRAs entirely w/ #5524 and have been tracking this in #4618. Let's close this in favor of that issue.

EDIT: On second thought, let's track this in #156

<!-- gh-comment-id:2221175910 --> @pdevine commented on GitHub (Jul 10, 2024): The lora base is just whatever is in the `FROM` line of the Modelfile. I've been trying to revamp LoRAs entirely w/ #5524 and have been tracking this in #4618. Let's close this in favor of that issue. EDIT: On second thought, let's track this in #156
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#2690