Maciej Majek
Maciej Majek
Same here. Tested on: [v0.1.19](https://github.com/jmorganca/ollama/releases/tag/v0.1.19), [v0.1.17](https://github.com/jmorganca/ollama/releases/tag/v0.1.17) and [docker](https://hub.docker.com/r/ollama/ollama) 2x4090, i9-13900k, ubuntu 20.04 Driver Version: 545.23.08 CUDA Version: 12.1 I was able to run the models using latest version just fine...
Still happening. v0.1.20 + nvidia 545 Tested both locally and inside docker with and without gpus.  Models ran using cpu only docker image run fine.
``` 01:21:17 mmajek@robo-pc-054 rai_workspace ±|docs/s2s ✗|→ rosdep install --from-paths src --ignore-src -r -y ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: rai_open_set_vision: Cannot locate...
Due to popularity of ROS 2 humble and adaption share of ROS 2 jazzy we won't be focusing on ROS 2 kilted.
Hi @mdimado, yes, please feel free to create a PR for this task! A fully completed implementation should include: 4. A preprocess_audio function, similar to preprocess_image, to handle conversion of...
Hey @mdimado, no worries at all! We're all here to learn and grow together—that's what makes this such a great environment. 😊 Feel free to tackle any part of the...
Due to widespread lack of support for audio, we are postponing this feature.
One of the possible solutions could rely on using external RAG vendor such as https://github.com/EmbeddedLLM/JamAIBase.
Work continued under #453
Same issue. I don't know the reason why but removing `torch.multiprocessing.set_sharing_strategy("file_system")` solved the problem. Might be something with the platform I'm using.