Ink

Results 16 issues of Ink

I have a simple, stacked RNN, which predicts text in a loop, character-by-character. [Here is a simplified version of that code.](https://github.com/0-5788719150923125/ode/blob/main/tests/char-lstm.js) No matter the size of my model, there is...

comp:node.js
type:others
stat:awaiting tensorflower

This code doesn't do very much, but I've been sitting on an open branch for a month, and figured it was time to merge (before I fall behind). All this...

This is a first pass at upgrading Pydantic to 2.7.3, as discussed in #597. Fortunately, Pydantic is barely used in Hivemind - so this should be fairly straightforward. So far,...

I tried to use TokenMonster in Node 18, and it failed with this error: ``` /home/crow/Repos/ode/src/tokenizers/tokenmonster.cjs:205 const dataView = new DataView(buffer) ^ TypeError: First argument to DataView constructor must be...