Kamil Szurant

Results 40 comments of Kamil Szurant

I could also use api but I don't see a way to copy whole chat with names. Cai-chat has names but copied text has inversed the order (last answer is...

Great! These changes finally fixed compilation for me using VS cl command (#2) and also cmake with @etra0 repo. I get 140ms per token on i9900k and about 5gb ram...

> @kamyker > > Maybe the context size has to be increased - it's currently hardcoded to 512: > > https://github.com/ggerganov/llama.cpp/blob/da1a4ff01f42d058cfa59806dd5679c0fe5a8604/main.cpp#L768 > > Haven't tested if it works with other...

> That will build the two executables, `quantize.exe, llama.exe`, then you can use it from the root `llama.cpp` directory like Small feedback: llama.exe should be renamed to main.exe somewhere to...

Builds fine for me. Interactive mode doesn't work correctly, program ends after first generation.

+1 css breaks all the time

Not sure about csc.rsp but it seems like that command (or Microsoft.Unity.Analyzers) doesn't work by default in Unity 2020.1 but should in 2020.2. https://forum.unity.com/threads/suggesting-solutions-for-serializefield-warning.962112/#post-6307188

Still happens in 1.0.0-alpha-29228-02 `RootAllApplicationAssemblies` didn't help Compiling as `dotnet publish /p:NativeLib=Shared -r win-x64 -c release` ``` netcoreapp3.1 true false ```

Hmm... Interesting, my vs crashed, restarted and finally it started building. I guess new Microsoft.DotNet.ILCompiler package got pulled.