Uli
Uli
Hi @jarus do you have any update on the progress? It seems as if that is resting since June last year? In the meantime SQLAlchemy 2.0 has been release -...
I heard from the HANA product management that a new release is targeted for Q3/Q4 2023. I guess some more patience is needed...
Apparently rootless containers fail. e.g. the https://hub.docker.com/r/tusc/chrony-udm still works for me.
As a helper for Gridfinity i usually use: https://github.com/Le0Michine/FusionGridfinityGenerator This gets you started on baseplates and bins in F360.
Hmmm I indeed can't really see the same issue on my setup. How many CPU cores are assigned to your home assistant instance?
On which hardware are you running your home assistant?
Sorry didn't see the edit indeed. My hardware is indeed much more powerful - maybe that is a reason why i don't see that locking up? I leave the issue...
Did you try with the llama3.2 models for example? in the 3bn parameter version it comes with only 2GB memory usage, maybe that helps?
@manutuero any plans to merge this? Thanks in advance!
You can use your own handler to fix this. ```python class yamlFrontMatterHandler(YAMLHandler): def __init__(self, **kwargs): super().__init__(**kwargs) def format(self, post, **kwargs): """ Turn a post into a string, used in ``frontmatter.dumps``....