Olivier Chafik

Results 59 comments of Olivier Chafik

@HanClinto thanks for the review! After this I'll take a deeper look at the optional whitespaces in JSON (removing them seems 15% faster; I wonder if keeping some of them...

> Love this work @ochafik! @ejones thanks!! > need to wrap my head around the parser changes Love your work on grammar sampling btw! Took me a while to wrap...

FWIW, tried to wire the -ngl params [here](https://github.com/PABannier/bark.cpp/compare/main...ochafik:metal?expand=1) and hit a wall with: `ggml_metal_graph_compute_block_invoke: error: node 5, op = SET not implemented` (a ggml sync might help?) ```bash git remote...

> The reshuffling is now implemented in https://github.com/jploski/ggml/tree/falcon40b - works with all the mini models, but I did not test it with the actual 40B model. Please try it out....

> I think the current minkowski already uses manifold if possible: https://github.com/openscad/openscad/blob/master/src/geometry/manifold/manifold-applyops-minkowski.cc#L196 Yes it does, and hopefully soon it will also use Manifold's Hull (incubating this [here](https://github.com/openscad/openscad/compare/master...ochafik:openscad:manifold-hull) BTW) The convex...

> One thought: I think Manifold is stable for enough use-cases that we can move it out of experimental now. The missing piece is to add UI + cmd-line options...

> > I'll take a look at the UI switch. > > I started on it, as a pretty naive first try: https://github.com/openscad/openscad/tree/kintel-geometry-engine ..but I'll be away for 3 weeks...

Sounds good to me, my only concern would be that probably few people have been playing with manifold so far, so Iā€™d start by enabling it by default and keep...

@ejones @HanClinto lemme know if I can help clarify any changes :-)

> Howdy, {0,N} seems broken. It only ever returns 0. > > ``` > {"timestamp":"2024-06-06T23:07:01.780027Z","level":"INFO","request":"LlamaCompletionsRequest { prompt: \"instructions: For each discrete topic in this text, provide a short ELI5 sentence...