iacore
iacore
I have made the error message better. no idea what to do next. 1. your `build.zig.zon` uses hash but also tracks a branch, not a commit. 2. have you tried...
> Yes, by tracking master I just have to update the hash each time I make a change but I also use ezpkg from time to time. I'll change that...
Here's a simple solution without `bind:group`: https://svelte.dev/repl/6a17f4105e2b4bcd8d2df3eaff5bce0d?version=3.38.3 ~~Here's a more complicated solution by passing one store to each checkbox component: https://svelte.dev/repl/c8f4a50b563a4ebd9c9286aba98d4806?version=3.38.3~~ ~~It is impossible without cross-component static analysis.~~ It is...
@imbolc I fixed [your example](https://gist.github.com/imbolc/e29205d6901d135c8c1bd8c3eec26d67) in #11256.
> We want this (note the binding in the Flavour component): > > ``` > {#each menu as flavour} > > {/each} > > > import Flavour from "./Flavour.svelte" >...
I recommend extending safetensors. Only libggml need to load the model correctly anyways. See original discussion here: https://github.com/rustformers/llm/discussions/143 What extensions we need - include GGML types like `ggml_q4_0` - include...
> You'd have to fork it to do that, they don't seem interested in extending it. I disagree. The format itself is very simple. The huggingface parser is not that...
we can name this .safetensors-ggml or something.
> vocabulary.huggingface_tokenizer_json: String: the entirety of the HF tokenizer.json for a given model .. Optional, but highly recommended for best tokenization quality with supported executors. This makes the tokenizer config...
I end up finding the built-in functions in [docs/spec.md](https://github.com/thesephist/oak/blob/21db2d8394f4ad64dfa1198e24bbf516285499fc/docs/spec.md)