| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Stable Diffusion 3 Example (#2558) | Czxck001 | 2024-10-13 | 1 | -1/+1 |
* | Clippy fixes for 1.81.0. (#2461) | Laurent Mazare | 2024-09-05 | 2 | -2/+2 |
* | Clippy fixes. (#2415) | Laurent Mazare | 2024-08-14 | 6 | -23/+18 |
* | bert attention mask (#1934) | Zheng Li | 2024-08-01 | 1 | -1/+11 |
* | change DTypes (fixes #2355) (#2363) | Jacob Marshall | 2024-07-28 | 1 | -2/+2 |
* | onnx: fix pad, unsqueeze (#2317) | shua | 2024-07-23 | 4 | -5/+5 |
* | Remove the deprecated wav crate in favor of hound. (#2202) | Laurent Mazare | 2024-05-21 | 2 | -9/+12 |
* | Bump the version number to 0.5.1. (#2155) | Laurent Mazare | 2024-05-03 | 1 | -21/+0 |
* | Moondream WASM (#1999) | Radamés Ajna | 2024-04-03 | 8 | -0/+1128 |
* | Detach the tensors on batch-norm eval. (#1702) | Laurent Mazare | 2024-02-13 | 1 | -1/+2 |
* | Quantized GGUF style (#1523) | Nicolas Patry | 2024-01-17 | 4 | -7/+11 |
* | Update gloo requirement from 0.8 to 0.11 (#1558) | dependabot[bot] | 2024-01-10 | 5 | -5/+5 |
* | Simplifying our internal cargo dependencies. (#1529) | Nicolas Patry | 2024-01-07 | 8 | -23/+23 |
* | Do not implement Module for BatchNorm. (#1513) | Laurent Mazare | 2024-01-01 | 1 | -2/+1 |
* | Fix lints for clippy 1.75. (#1494) | Laurent Mazare | 2023-12-28 | 3 | -21/+19 |
* | Bump the crate version to 0.3.3. (#1490) | Laurent Mazare | 2023-12-28 | 8 | -23/+23 |
* | Bump the crate version to 0.3.2. (#1452) | Laurent Mazare | 2023-12-17 | 8 | -23/+23 |
* | Fix a couple typos (#1451) | Laurent Mazare | 2023-12-17 | 6 | -6/+6 |
* | Phi 2 wasm (#1432) | Radamés Ajna | 2023-12-14 | 3 | -26/+102 |
* | Use the whisper-v3 tokenizer now that it has been added. (#1337) | Laurent Mazare | 2023-11-16 | 1 | -1/+7 |
* | fix: address clippy 0.1.74 issues (#1336) | drbh | 2023-11-16 | 1 | -2/+1 |
* | Update for 0.3.1. (#1324) | Laurent Mazare | 2023-11-11 | 8 | -23/+23 |
* | Preliminary support for whisper v3. (#1294) | Laurent Mazare | 2023-11-08 | 2 | -3/+5 |
* | add distil-whisper link (#1261) | Radamés Ajna | 2023-11-03 | 1 | -35/+49 |
* | llama2-c wasm fix. | Laurent | 2023-11-02 | 1 | -1/+3 |
* | Minor cleanup (#1194) | Laurent Mazare | 2023-10-27 | 1 | -17/+3 |
* | [Wasm] BLIP Example (#1183) | Radamés Ajna | 2023-10-26 | 8 | -0/+777 |
* | [Wasm] Add puffin phi model to wasm (#1166) | Radamés Ajna | 2023-10-25 | 3 | -38/+204 |
* | Remove some unusued bits. (#1067) | Laurent Mazare | 2023-10-09 | 2 | -2/+0 |
* | feat: [SAM] able to download the result as png (#1035) | lichin-lin | 2023-10-05 | 1 | -0/+60 |
* | Quant t5: Add coedit model to wasm demo and readme (#1031) | Juarez Bochi | 2023-10-04 | 2 | -4/+44 |
* | Whisper quantized wasm (#1028) | Radamés Ajna | 2023-10-04 | 12 | -596/+539 |
* | [SAM] Add undo button and background point mode (#1020) | Radamés Ajna | 2023-10-02 | 1 | -61/+165 |
* | [segment-anything] add multi point logic for demo site (#1002) | lichin-lin | 2023-10-01 | 3 | -14/+29 |
* | Bump the version to 0.3.0. (#1014) | Laurent Mazare | 2023-10-01 | 7 | -19/+19 |
* | Add negative prompts to segment-anything. (#1000) | Laurent Mazare | 2023-09-30 | 1 | -1/+1 |
* | Phi 1.5 wasm module (#966) | Radamés Ajna | 2023-09-27 | 7 | -0/+725 |
* | fix firstToken, minor ui changes (#971) | Radamés Ajna | 2023-09-27 | 2 | -100/+101 |
* | fix rep penalty min value (#963) | Radamés Ajna | 2023-09-26 | 2 | -2/+2 |
* | [segment-anything] Support multi-point as the prompt input (#945) | GeauxEric | 2023-09-25 | 1 | -1/+1 |
* | Depreate the VarBuilder::from_safetensors function. (#951) | Laurent Mazare | 2023-09-24 | 1 | -3/+2 |
* | Pass directly the buffer ownership. (#949) | Laurent Mazare | 2023-09-24 | 5 | -18/+12 |
* | smaller t5 models quantized (#934) | Radamés Ajna | 2023-09-22 | 1 | -2/+2 |
* | T5 Wasm (#918) | Radamés Ajna | 2023-09-22 | 10 | -0/+1115 |
* | BERT Wasm (#902) | Radamés Ajna | 2023-09-19 | 8 | -0/+717 |
* | Bump the crate versions to v0.2.3. (#886) | Laurent Mazare | 2023-09-18 | 4 | -10/+10 |
* | Fix typos in SAM WASM example (#884) | Aaron Sun | 2023-09-18 | 1 | -2/+2 |
* | Update README + SAM (#866) | Radamés Ajna | 2023-09-16 | 3 | -5/+4 |
* | Add SAM UI Demo (#854) | Radamés Ajna | 2023-09-15 | 4 | -2/+609 |
* | minor UI fixes (#856) | Radamés Ajna | 2023-09-15 | 3 | -11/+27 |