Florian Idelberger
Florian Idelberger
Thanks for the replies, and sorry for the delay. For now, the main issue I had that sometimes the gui app does not crash, but also not react anymore. I.e....
Sorry for potential ignorance, but does local.ai need ggml type models? Or can it use pytorch or similar directly?
thanks for the clarification. I see several options - though I haven't done enough research yet to properly evaluate them. I looked into how pytorch/torch saves its files - they...
Hey, sorry for taking so long to get back to this. I was at the end of my dissertation and I am still not done with my backlog of emails...
Do you need anything else that could be helpful to debug this?
> Note that upstream has in the meantime added a patch for the Windows issue at [ethereum/c-kzg-4844#419](https://github.com/ethereum/c-kzg-4844/pull/419). You can turn that into a patch here, or skip Windows until a...
@conda-forge/core please review/approve with the original build script or tell me how I can force/replace the build script to use only clang. The way @xhochy suggested did not work, thus...
> what if you removed clang alltogether? I assume it would still clash with this Makefile https://github.com/ethereum/c-kzg-4844/blob/main/src/Makefile which has ``` # Cross-platform compilation settings. ifeq ($(PLATFORM),Windows) CC = gcc CFLAGS...
This unfortunately fails on Win, which still uses cl.exe. Any ideas? (I also patched out the use of the windows bat file, as it didn't use either gcc or clang...
> Maybe disable Windows and then we can review/merge? > > The Windows portion could be revisited in the feedstock Ok good idea. Windows build is skipped now.