Felipe

Results 19 comments of Felipe

That's strange, because it works fine on sway

> @felipeagc how are you configuring your layout? > > I've tried > > ``` > input { > # notice that `us` is first, this matters for hotkeys, at...

Hey everyone, I made some progress on adding Intel Arc support to ollama: #2458

Hi, I'm the original author of this patch, thanks for continuing to work on it! I'm finally able to play with this stuff again, so let's see if we can...

It works now! I just forgot to add the `-fsycl` compiler flag. I also made it so you don't need to setup the oneAPI environment variables yourself, at build-time the...

Is it possible to run ollama on Windows yet? I only tested this on Linux, but if it's possible to run on Windows I could make sure it works there...

@ddpasa Since I'm not embedding the oneAPI runtime libraries into ollama, you're going to need to install the basekit unfortunately. I see that in the `gen_linux.sh` script the CUDA libraries...

> I saw [#403 (comment)](https://github.com/ollama/ollama/issues/403#issuecomment-1877991839) but I haven't tried it yet. @Leo512bit great, I'll give it a try.

These are the oneAPI libraries we would need to bundle with ollama: | Library | Size | |-----------------------|---------| | libOpenCL.so | 0.06M | | libmkl_core.so | 68M | | libmkl_sycl_blas.so...

A few updates: I tried getting this to work on Windows, but no success yet. I got it to build ollama and link to the oneAPI libraries, but I'm still...