totoCZ

Results 37 comments of totoCZ

Same thing but in "EthScheduler-Transactions-4" ``` Sep 15 13:47:49 eth-execution besu[138643]: 2022-09-15 13:47:49.654+00:00 | vert.x-worker-thread-0 | INFO | EngineNewPayload | Imported #15,539,488 / 163 tx / base fee 11.95 gwe>...

Yep, that would work. Aggregate charts would be even more awesome, but it's just fine like this. 👍

Here is my quick look at 2x Intel Xeon Gold 5120 @ 2.20GHz, march=native 7B ``` main: mem per token = 14762244 bytes main: load time = 3378.15 ms main:...

``` Dec 06 11:08:59 eth-execution besu[66338]: 2022-12-06 11:08:59.389+00:00 | vert.x-worker-thread-0 | ERROR | AbstractBlockProcessor | failed persisting block Dec 06 11:08:59 eth-execution besu[66338]: org.hyperledger.besu.ethereum.trie.MerkleTrieException: Unable to load trie node value...

As a workaround just change the default here https://github.com/cocktailpeanut/dalai/blob/main/bin/web/views/index.ejs#L115

On a first glance it seems to be https://github.com/damienbod/angular-auth-oidc-client/issues/1320 (window.crypto missing) So adding a proper certificate or convincing the browser it's on a secure site will work. And indeed, that...

Either we have to merge code from alpaca's chat.cpp back to the original main.cpp so it runs non-interactively and works with dalai Or we need to modify dalai so it...

So we now have https://github.com/antimatter15/alpaca.cpp but it only has endless chat-mode. Someone needs to merge everything together with this repo so it can be run with [dalai](https://github.com/cocktailpeanut/dalai)

Also getting segfaults and again just like https://github.com/antimatter15/alpaca.cpp/issues/7 it's after a longer interaction. So probably has something to do with context size as well.