Luni-4

Results 153 comments of Luni-4

@barrbrain I propose [proptest](https://github.com/proptest-rs/proptest) as possible alternative

I like this idea! We can also contribute to `hf-hub` if some necessary features are missing

Is someone currently working on this function?

@dcvz Nope, I do not have much time in this period, if you want to implement that, no problem for me

We can create this CLI using `clap` to manage the options and [minijinja](https://github.com/mitsuhiko/minijinja) to fill in the templates with the data inserted through CLI. `minijinja` provides lots of [examples](https://github.com/mitsuhiko/minijinja/tree/main/examples) in...

@antimora I need your help because I think I'm doing something wrong. I get the following error running `cargo xtask dist` ``` [2023-11-28T10:06:50Z INFO xtask::runwasm] Generating package... [2023-11-28T10:06:50Z INFO xtask::runchecks]...

@AlexErrant I've used `wasm-pack` because of this script https://github.com/Tracel-AI/burn/blob/main/examples/image-classification-web/build-for-web.sh I do not know which command I should use to build the package otherwise

@antimora My initial idea was to create a script which could be used for all our examples, but more generally, for `wasm` applications. That would also provide a general-purpose mechanism,...

Yes, sorry for giving up this PR, busy times. You can reuse my code without any problem!