Results 11 comments of Alec Dusheck

You can use a custom webpack configuration to mark `moment` as an external package. This can be accomplished by installing/configuring the `@angular-builders/custom-webpack` package and then including this custom webpack config:...

Try adjusting your chat scale. This fixed it for me.

String compression is 100% worth a look here. For example, there are multiple implementations of [lz-string](https://pieroxy.net/blog/pages/lz-string/index.html) in pure Javascript. Using [Dave Brown's](https://stackoverflow.com/users/5010517/dave-brown) compression algorithm got my config all the way...

But without string compression (mentioned above) or by creating some API (which costs $$); there isn't a way to do this afik

Was having this same issue. It seems that the tests in `go-gpt2` and `gp-gpt4all-j` used for `ggml.cpp` have some invalid steps in their `CMakeLists.txt` file. Steps taken to solve: -...

Can you provide log files or does it not throw anything?

I feel something else is happening since having the implementation wrong would lead to the dependency not installing at all.

I’ve been looking into this for a while now. It definitely seems to be possible. See: https://arxiv.org/html/2404.01331v1#S4.F2 for an example :) They cite [this paper](https://arxiv.org/pdf/2103.15679.pdf) which is extremely insightful. They...

Would it be possible to toss this in a branch *as-is* and add a note in the README saying experimental React 18 support is a work in progress?