Evan Mays
Evan Mays
Currently, plugging in a remote-explorer plugin wouldn't work with this repo. That's because we can't take in x, y, mimc-hash, and convert that to a planet. The missing piece here...
I'm on Python 3.11 ``` pip3 install guidance==0.0.42 ``` Then a simple script with ``` import guidance ``` Gets error ``` Traceback (most recent call last): File "scrubbed...", line 1,...
I wanted to avoid generating individual tokens. Regex's current impl is too slow right now, so I added an exclude param to gen which takes a list of tokens which...
Using Vivado, appears to fit on the mini fpga for 4x4 matrices (using one DSP per multiply and 45% of the LUTs). Left out the floating point multiply and add...
Lots of bytes string int conversions were removed in python3 which breaks the `comms.py` test script