summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add the mimi audio-tokenizer. (#2488)Laurent Mazare2024-09-201-0/+3
| | | | | | | | | | | | | | | * 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. (#2433)Laurent Mazare2024-08-191-0/+1
| | | | | | | | | * Add the DAC model. * More quantization support. * Handle DAC decoding. * Plug the DAC decoding in parler-tts.
* parler-tts support (#2431)Laurent Mazare2024-08-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * 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. (#2426)Laurent Mazare2024-08-171-0/+1
| | | | | * Fix the marian tokenizer importer. * Ignore the python caches.
* ignore editor config folders (#2315)shua2024-07-071-0/+4
|
* Whisper quantized wasm (#1028)Radamés Ajna2023-10-041-3/+4
| | | | | | | | | | | | | * [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
* Add a quantized version of the t5 model. (#921)Laurent Mazare2023-09-211-0/+1
|
* Update .gitignore (#649)Lei2023-08-291-1/+2
|
* [WIP] Improve Yolo WASM UI example (#591)Radamés Ajna2023-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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. (#556)Laurent Mazare2023-08-221-0/+1
| | | | | | | * Also fix the aspect ratio in the wasm example. * Add the yolo lib. * Update the build script.
* Sketch the yolo wasm example. (#546)Laurent Mazare2023-08-221-0/+1
| | | | | | | | | | | | | | | * 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. (#324)Laurent Mazare2023-08-051-0/+1
| | | | | * Fix the pyo3 build for macos. * rustfmt fix.
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-241-3/+4
| | | | | | | | | | | | | * Move the whisper example. * More renaming. * Add llama2 as a new wasm example. * Live generation. * More of the llama wasm example. * Formatting.
* Add some more developed training examples. (#199)Laurent Mazare2023-07-191-0/+1
| | | | | | | | | | | | | * Use contiguous tensors for variables. * Sketch the mnist example. * Start adding the reduce ops. * Renaming. * Refactor the reduce operations. * Bugfix for the broadcasting vectorization.
* Bert tracing (#184)Laurent Mazare2023-07-171-0/+1
| | | | | | | * Add some tracing to bert. * More tracing. * Add a flag for tracing.
* Switch to using trunk. (#171)Laurent Mazare2023-07-141-0/+1
|
* Whisper example in wasm. (#169)Laurent Mazare2023-07-141-0/+1
| | | | | | | | | | | | | | | * 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. (#167)Laurent Mazare2023-07-141-1/+4
| | | | | | | | | | | * 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. (#147)Laurent Mazare2023-07-121-0/+1
| | | | | * Sketch the candle-transformers crate. * Format the empty files.
* Very simple pyo3 bindings for candle.laurent2023-07-011-0/+1
|
* Improve how we check that the dims are in bounds.laurent2023-06-301-0/+3
|
* Start sketching the llama example.laurent2023-06-251-0/+3
|
* Initial commitLaurent Mazare2023-06-191-0/+14