Skip to content

chore(refactor): drop unnecessary code in loader#4096

Merged
mudler merged 2 commits intomasterfrom
chore/loader
Nov 8, 2024
Merged

chore(refactor): drop unnecessary code in loader#4096
mudler merged 2 commits intomasterfrom
chore/loader

Conversation

@mudler
Copy link
Owner

@mudler mudler commented Nov 8, 2024

Description

This PR contains some refactors extracted from #3722 .

It simplifies loading as it now expose a single method to load a model.

BackendLoader is now moved to an internal function ( backendLoader), GreedyLoader is now just Loader, which will automatically go in greedy mode if no backend is explicitly set in the configuration.

Notes for Reviewers

This has the added benefit that now not only the code is more consistent, but every caller have the chance to hit back the cache if a model was already loaded.

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@netlify
Copy link

netlify bot commented Nov 8, 2024

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 97060ae
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/672e5611a1e6bf00082b66e9
😎 Deploy Preview https://deploy-preview-4096--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mudler mudler changed the title chore(refactor): Refactor model options and Model Loader chore(refactor): drop unnecessary code in loader Nov 8, 2024
@mudler mudler merged commit 6daef00 into master Nov 8, 2024
@mudler mudler deleted the chore/loader branch November 8, 2024 20:54
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.

1 participant