Jafesu

Results 7 comments of Jafesu

I am having the same issue on 1.18.6. NodeBB no longer has an emitter.js file

> If you clone this repo and run the example project does it work, or do you get the same error? Trying now, standby

> If you clone this repo and run the example project does it work, or do you get the same error? Could it be because I am running .NET 8.0?...

> If you clone this repo and run the example project does it work, or do you get the same error? The example semi-ran input wasn't working, but not too...

> Ok, please let us know if you cannot run the examples successfully. The support for non-avx2 cpu will be included in the next release. The examples are running, do...

If i work off the master branch do i have to compile it myself?

one more question, I'm sorry to keep bothering you. is this correct? ```C# string libPath = "./libllama.dll"; NativeLibraryConfig.Default.WithLibrary(libPath); ``` I get error: ``` System.TypeInitializationException HResult=0x80131534 Message=The type initializer for 'LLama.Native.NativeApi'...