parzivale
parzivale
Basically what the title says. The objective behind this is to allow custom texture coords to be generated depending on the type/data of the original voxel
The main objective behind this pr is to simplify working with streaming responses from text generation models, however the design should be flexible enough for other applications. For now the...
Moved away from general unsafe impls to better communicate the usage style of SendFutures, removed unneeded Sync + Send impls from the Ai Module (Can instead implement SendWrapper). This will...