mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-31 21:25:59 -04:00
* fix(ci): correct transformer backend path typo - Fix typo: 'transformer' -> 'transformers' in .github/workflows/test.yml - The original PR #8710 had a typo where 'transformers' was written as 'transformer' - This caused the build to fail as the directory is actually named 'transformers' - References: https://github.com/mudler/LocalAI/pull/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>