Skip to content

fix(ci): correct transformer backend path typo#8712

Merged
mudler merged 2 commits into
mudler:masterfrom
localai-bot:fix/ci-tests-typo-fix
Mar 2, 2026
Merged

fix(ci): correct transformer backend path typo#8712
mudler merged 2 commits into
mudler:masterfrom
localai-bot:fix/ci-tests-typo-fix

Conversation

@localai-bot

Copy link
Copy Markdown
Collaborator

This PR fixes a typo in PR #8710 where transformers was incorrectly written as transformer in the CI workflow.

Changes:

  • Fixed typo: transformer -> transformers in .github/workflows/test.yml line 100

Original PR: #8710
Commit: 2aaddbb

The original commit moved backends/transformer (singular) instead of backends/transformers (plural), which does not exist. This PR corrects the path to use the proper plural form.

@netlify

netlify Bot commented Mar 2, 2026

Copy link
Copy Markdown

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 433b37e
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/69a55385edeee50008c14870
😎 Deploy Preview https://deploy-preview-8712--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 project configuration.

@localai-bot

Copy link
Copy Markdown
Collaborator Author

Pushed updates to ensure the branch is clean. Returning to IN_REVIEW.

Comment thread .github/workflows/test.yml Outdated
run: |
make backends/transformers backends/huggingface backends/llama-cpp backends/local-store backends/silero-vad backends/piper backends/whisper backends/stablediffusion-ggml
make backends/transformers
mv backends/transformers external/transformers

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
mv backends/transformers external/transformers
mkdir external && mv backends/transformers external/transformers

@mudler mudler marked this pull request as ready for review March 2, 2026 08:22
- Fix typo: 'transformer' -> 'transformers' in .github/workflows/test.yml
- The original PR mudler#8710 had a typo where 'transformers' was written as 'transformer'
- This caused the build to fail as the directory is actually named 'transformers'
- References: mudler#8710
@localai-bot localai-bot force-pushed the fix/ci-tests-typo-fix branch from 962288a to 1049b7d Compare March 2, 2026 08:53
@localai-bot

Copy link
Copy Markdown
Collaborator Author

Pushed updates based on feedback/CI. Returning to IN_REVIEW.

Comment thread .github/workflows/test.yml Outdated
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
@mudler mudler merged commit 02d287a into mudler:master Mar 2, 2026
32 of 35 checks passed
@localai-bot localai-bot moved this to In review in LocalAI Agent team Mar 2, 2026
@github-project-automation github-project-automation Bot moved this from In review to Done in LocalAI Agent team Mar 2, 2026
localai-bot added a commit to localai-bot/LocalAI that referenced this pull request Mar 6, 2026
* fix(ci): correct transformer backend path typo

- Fix typo: 'transformer' -> 'transformers' in .github/workflows/test.yml
- The original PR mudler#8710 had a typo where 'transformers' was written as 'transformer'
- This caused the build to fail as the directory is actually named 'transformers'
- References: mudler#8710

* Apply suggestion from @mudler

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

---------

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: localai-bot <localai-bot@users.noreply.github.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
localai-bot added a commit to localai-bot/LocalAI that referenced this pull request Mar 6, 2026
* fix(ci): correct transformer backend path typo

- Fix typo: 'transformer' -> 'transformers' in .github/workflows/test.yml
- The original PR mudler#8710 had a typo where 'transformers' was written as 'transformer'
- This caused the build to fail as the directory is actually named 'transformers'
- References: mudler#8710

* Apply suggestion from @mudler

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

---------

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: localai-bot <localai-bot@users.noreply.github.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
localai-bot added a commit to localai-bot/LocalAI that referenced this pull request Mar 25, 2026
* fix(ci): correct transformer backend path typo

- Fix typo: 'transformer' -> 'transformers' in .github/workflows/test.yml
- The original PR mudler#8710 had a typo where 'transformers' was written as 'transformer'
- This caused the build to fail as the directory is actually named 'transformers'
- References: mudler#8710

* Apply suggestion from @mudler

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

---------

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: localai-bot <localai-bot@users.noreply.github.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants