mudler / LocalAI

:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed, P2P inference
https://localai.io
MIT License
26.46k stars 1.98k forks source link

chore(deps): bump sycl intel image #4201

Closed mudler closed 1 week ago

mudler commented 1 week ago

Description

This PR bumps sycl. It is an attempt to fix the CI issues:

2024-11-19T09:13:54.2414646Z #56 97.42 /build/backend/cpp/llama-avx2/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp:1240:55: warning: cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
2024-11-19T09:13:54.2417134Z #56 97.42  1240 |                 auto it = m_map.upper_bound((byte_t *)ptr);
2024-11-19T09:13:54.2418252Z #56 97.42       |                                                       ^
2024-11-19T09:13:54.2420526Z #56 97.42 /build/backend/cpp/llama-avx2/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp:1837:16: error: no member named 'dp4a' in namespace 'syclcompat'; did you mean simply 'dp4a'?
2024-11-19T09:13:54.2422486Z #56 97.42  1837 |         return syclcompat::dp4a(a, b, c);
2024-11-19T09:13:54.2423252Z #56 97.42       |                ^~~~~~~~~~~~~~~~
2024-11-19T09:13:54.2424107Z #56 97.42       |                dp4a
2024-11-19T09:13:54.2425546Z #56 97.42 /build/backend/cpp/llama-avx2/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp:1835:17: note: 'dp4a' declared here
2024-11-19T09:13:54.2427095Z #56 97.42  1835 |     inline auto dp4a(T1 a, T2 b, T3 c)

Notes for Reviewers

See also: https://github.com/ggerganov/ggml/pull/1016#issuecomment-2486324364 where the regression was introduced

Might also fix #3967

Signed commits

netlify[bot] commented 1 week ago

Deploy Preview for localai ready!

Name Link
Latest commit 39b1e16fb1cb2db5fae7147000bfb00c6cbe02e2
Latest deploy log https://app.netlify.com/sites/localai/deploys/673ccc38ad46c400087ead86
Deploy Preview https://deploy-preview-4201--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.