chore(backends): remove FastFlowLM backend extension - #35
Merged
Conversation
- Remove the FastFlowLM backend flatpak extension manifest, appdata, and patches - Remove FastFlowLM from the main app manifest add-extensions list and cleanup-commands - Update appdata.xml and supervisor comments to remove FastFlowLM mentions - Remove FastFlowLM extension app entry from aetherpak.yaml
Collaborator
Author
|
@sofiageo once this is merged, we should probably refresh the index as well. |
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.
This PR removes the FastFlowLM (
flm) backend flatpak extension and its manifests/configurations from the repository. The latest versions of FLM now provide portable releases that Lemonade can download and run directly, making the bundled flatpak extension no longer necessary.Key Changes
ai.lemonade_server.Lemonade.backends.fastflowlmfromaetherpak.yaml.ai.lemonade_server.Lemonade.backends.fastflowlmfromadd-extensionsinai.lemonade_server.Lemonade.yaml.cleanup-commands.ai.lemonade_server.Lemonade.appdata.xml.lemonade-supervisor.shto refer to RyzenAI/NPU instead of FastFlowLM/NPU.ai.lemonade_server.Lemonade.backends.fastflowlmsubdirectory.ai.lemonade_server.Lemonade/modules/backendsfolder.Verification
make lint(shellcheck).make test) and confirmed that they all passed successfully.