summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-10-20 09:08:39 +0100
committerGitHub <noreply@github.com>2023-10-20 09:08:39 +0100
commit31ca4897bbff517156f7730b9562ac30061b39d5 (patch)
treedeeff4b9211896a00aef8b03864b94945dc7c26f /README.md
parent55351ef57d53caea8ef6de9509f6d29c523bacbb (diff)
downloadcandle-31ca4897bbff517156f7730b9562ac30061b39d5.tar.gz
candle-31ca4897bbff517156f7730b9562ac30061b39d5.tar.bz2
candle-31ca4897bbff517156f7730b9562ac30061b39d5.zip
Readme updates. (#1134)
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index fd3a9fbf..03c2a1f5 100644
--- a/README.md
+++ b/README.md
@@ -130,8 +130,11 @@ And then head over to
<!--- ANCHOR: useful_libraries --->
-## Useful Libraries
-- [`candle-lora`](https://github.com/EricLBuehler/candle-lora) provides a LoRA implementation that conforms to the official `peft` implementation.
+## Useful External Resources
+- [`candle-tutorial`](https://github.com/ToluClassics/candle-tutorial): a
+ very detailed tutorial showing how to convert a PyTorch model to Candle.
+- [`candle-lora`](https://github.com/EricLBuehler/candle-lora): a LoRA implementation
+ that conforms to the official `peft` implementation.
If you have an addition to this list, please submit a pull request.
@@ -163,12 +166,8 @@ If you have an addition to this list, please submit a pull request.
- Stable Diffusion v1.5, v2.1, XL v1.0.
- Wurstchen v2.
- Computer Vision Models.
- - DINOv2.
- - ConvMixer.
- - EfficientNet.
- - ResNet-18/34/50/101/152.
- - yolo-v3.
- - yolo-v8.
+ - DINOv2, ConvMixer, EfficientNet, ResNet, ViT.
+ - yolo-v3, yolo-v8.
- Segment-Anything Model (SAM).
- File formats: load models from safetensors, npz, ggml, or PyTorch files.
- Serverless (on CPU), small and fast deployments.