summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.md (#1264)Yuchao Zhang2023-11-041-1/+1
|
* add Kalosm to the list of external resources (#1257)ealmloff2023-11-031-0/+1
|
* Add vllm external resource (#1253)Eric Buehler2023-11-031-0/+2
|
* Use the hub files for the marian example. (#1220)Laurent Mazare2023-10-301-0/+4
| | | | | | | | | * Use the hub files for the marian example. * Use the secondary decoder. * Add a readme. * More readme.
* Use the hub model file when possible. (#1190)Laurent Mazare2023-10-261-2/+3
| | | | | * Use the hub model file when possible. * And add a mention in the main readme.
* Add Blip to online demos README.md (#1184)Blanchon2023-10-261-0/+1
| | | | | | | | | * Add Blip to online demos README.md * Punctuation. --------- Co-authored-by: Laurent Mazare <laurent.mazare@gmail.com>
* Add a link to the optimisers crate. (#1180)Laurent Mazare2023-10-251-0/+2
|
* Add some KV cache to blip. (#1150)Laurent Mazare2023-10-221-2/+7
| | | | | * Add some KV cache to blip. * Mention BLIP in the readme.
* Readme updates. (#1134)Laurent Mazare2023-10-201-8/+7
|
* Expose the larger resnets (50/101/152) in the example. (#1131)Laurent Mazare2023-10-191-1/+1
|
* Add a readme for the resnet example. (#1129)Laurent Mazare2023-10-191-0/+1
|
* Add a mention to the replit-code model in the readme. (#1121)Laurent Mazare2023-10-181-0/+2
|
* Add support for phi-1.0 (#1093)Laurent Mazare2023-10-141-1/+1
| | | | | * Add support for phi-1.0 * Update the readme.
* Convmixer example (#1074)Laurent Mazare2023-10-111-0/+1
| | | | | * Add a convmixer based example. * Mention the model in the readme.
* Add to the readmes for stable-lm. (#1047)Laurent Mazare2023-10-061-0/+3
|
* Add an entry about WSL slowness to the faq. (#997)Laurent Mazare2023-09-291-0/+5
|
* Mistral readme (#994)Laurent Mazare2023-09-291-0/+3
| | | | | * Mistral: print the generated text. * Add mistral to the readmes.
* Phi 1.5 wasm module (#966)Radamés Ajna2023-09-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add phi wasm module * replace input with textarea * trim input prompt * stop on <|endoftext|> * formatting * clean up * add blurb, and syntax highlighting * add phi-v1.5 wasm * add note * hide Options on details * add first token to generated text * whitespaces for new line * fix: abort -> aborted
* Mention the new phi model in the readme. (#932)Laurent Mazare2023-09-221-2/+3
|
* update link to t5 (#931)Radamés Ajna2023-09-221-0/+3
|
* Add details on wuerstchen. (#911)Laurent Mazare2023-09-201-0/+6
|
* Tweaks for the T5 example. (#874)Laurent Mazare2023-09-171-1/+1
|
* readme tweaks. (#867)Laurent Mazare2023-09-161-6/+17
|
* Update README + SAM (#866)Radamés Ajna2023-09-161-1/+3
| | | | | * use serde-wasm-bindgen, faster serialization * update readme with demos
* Add link error info (#851)Ssslakter2023-09-151-0/+18
| | | | | * add link error info * grammar fix
* Readme gallery (#834)Laurent Mazare2023-09-131-19/+27
| | | | | * More readme tweaks. * Update README.md
* Add useful libraries section (#825)Eric Buehler2023-09-121-0/+10
| | | | | * Add useful libraries section * Add link
* Fix typo in readme. (#799)Laurent Mazare2023-09-101-1/+1
|
* Draw the mask on a merged image. (#775)Laurent Mazare2023-09-081-0/+3
| | | | | | | | | * Draw the mask on a merged image. * Clippy fix. * Enable the target point by default. * Add to the readme.
* Add small customization to the build (#768)Zsombor2023-09-081-0/+11
| | | | | | | | | * Add ability to override the compiler used by NVCC from an environment variable * Allow relative paths in CANDLE_FLASH_ATTN_BUILD_DIR * Add the compilation failure to the readme, with a possible solution * Adjust the error message, and remove the special handling of the relative paths
* Update README.md (#714)Laurent Mazare2023-09-021-0/+16
|
* Replace the discord link. (#701)Laurent Mazare2023-09-011-1/+1
|
* Changelog update. (#656)Laurent Mazare2023-08-291-1/+1
|
* Update README.md (#640)Laurent Mazare2023-08-281-2/+2
|
* Add some missing entries to the changelog. (#606)Laurent Mazare2023-08-251-2/+3
|
* Merge pull request #561 from patrickvonplaten/add_installationNicolas Patry2023-08-241-4/+29
|\ | | | | Improve installation section and "get started"
| * Apply suggestions from code reviewPatrick von Platen2023-08-231-1/+1
| |
| * Apply suggestions from code reviewPatrick von Platen2023-08-231-12/+2
| |
| * fix code snippetsPatrick von Platen2023-08-231-1/+1
| |
| * move installation to bookPatrick von Platen2023-08-231-57/+5
| |
| * improvePatrick von Platen2023-08-231-7/+6
| |
| * improvePatrick von Platen2023-08-231-2/+3
| |
| * improvePatrick von Platen2023-08-231-10/+11
| |
| * Add installation sectionPatrick von Platen2023-08-231-4/+90
| |
* | Use the hub weights for efficientnet. (#573)Laurent Mazare2023-08-231-1/+1
| |
* | Fix the `?` operator cannot be applied to type `Device` of example (#560)Patrick von Platen2023-08-231-1/+1
|/ | | | | | | | | | | According to the API: ```rust inp = inp.to_device(&Device::Cuda(0)?)?; ``` cannot work as `Cuda(...)` expects a type `Device` not an integer. I'd recommend to instead use `new_cuda(...)`
* Sketch the yolo wasm example. (#546)Laurent Mazare2023-08-221-1/+2
| | | | | | | | | | | | | | | * 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.
* Use the yolo-v8 weights from the hub. (#544)Laurent Mazare2023-08-211-1/+4
| | | | | * Use the weights from the hub. * Add to the readme.
* Add a couple functions required for yolo. (#527)Laurent Mazare2023-08-201-0/+1
|
* Minor readme tweaks. (#526)Laurent Mazare2023-08-201-7/+11
|