| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add the mimi audio-tokenizer.
* Formatting tweaks.
* Add a full example.
* Use the transformers names.
* More renamings.
* Get encoding and decoding to work.
* Clippy fixes.
|
|
|
|
|
|
|
|
|
| |
* Add the DAC model.
* More quantization support.
* Handle DAC decoding.
* Plug the DAC decoding in parler-tts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Start sketching parler-tts support.
* Implement the attention.
* Add the example code.
* Fix the example.
* Add the description + t5 encode it.
* More of the parler forward pass.
* Fix the positional embeddings.
* Support random sampling in generation.
* Handle EOS.
* Add the python decoder.
* Proper causality mask.
|
|
|
|
|
| |
* Fix the marian tokenizer importer.
* Ignore the python caches.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [Whisper] Update to use quantized model
* [whisper] add language detection
* [whisper] change assets location
* [whisper] adapt js example with quantized models
* [whisper] better task parsing
* [whisper] minor fixes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* return detections with classes names
* ignore .DS_Store
* example how to load wasm module
* add param to set model size
* add param for model size
* accept iou and confidence threshold on run
* conf and iou thresholds
* clamp only
* remove images from branch
* a couple of renamings, add readme with instructions
* final design
* minor font + border update
|
|
|
|
|
|
|
| |
* Also fix the aspect ratio in the wasm example.
* Add the yolo lib.
* Update the build script.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Sketch the yolo wasm example.
* Web ui.
* Get the web ui to work.
* UI tweaks.
* More UI tweaks.
* Use the natural width/height.
* Add a link to the hf space in the readme.
|
|
|
|
|
| |
* Fix the pyo3 build for macos.
* rustfmt fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Move the whisper example.
* More renaming.
* Add llama2 as a new wasm example.
* Live generation.
* More of the llama wasm example.
* Formatting.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use contiguous tensors for variables.
* Sketch the mnist example.
* Start adding the reduce ops.
* Renaming.
* Refactor the reduce operations.
* Bugfix for the broadcasting vectorization.
|
|
|
|
|
|
|
| |
* Add some tracing to bert.
* More tracing.
* Add a flag for tracing.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Whisper example in wasm.
* Load the model.
* Get the whisper demo to work (though slowly).
* Polish the UI a bit.
* Minor tweak.
* More UI.
* Add the progress bar.
|
|
|
|
|
|
|
|
|
|
|
| |
* Wasm proof of concept.
* Run whisper inference in the browser.
* Some fixes.
* Move the wasm example.
* Change the tokenizer config.
|
|
|
|
|
| |
* Sketch the candle-transformers crate.
* Format the empty files.
|
| |
|
| |
|
| |
|
|
|