SocialLocalMobile commited on
Commit
e37fff7
·
verified ·
1 Parent(s): c861a13

Update README.md to include ExecuTorch

Browse files

ExecuTorch is now part of the collection in https://huggingface.co/collections/HuggingFaceTB/smollm3-686d33c1fdffe8e635317e23, specifically this one https://huggingface.co/pytorch/SmolLM3-3B-8da4w

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -198,7 +198,7 @@ text = tokenizer.apply_chat_template(
198
  )
199
  ```
200
 
201
- For local inference, you can use `llama.cpp`, `ONNX`, `MLX` and `MLC`. You can find quantized checkpoints in this collection (https://huggingface.co/collections/HuggingFaceTB/smollm3-686d33c1fdffe8e635317e23)
202
 
203
  ### vLLM and SGLang
204
 
 
198
  )
199
  ```
200
 
201
+ For local inference, you can use `llama.cpp`, `ONNX`, `MLX`, `MLC` and `ExecuTorch`. You can find quantized checkpoints in this collection (https://huggingface.co/collections/HuggingFaceTB/smollm3-686d33c1fdffe8e635317e23)
202
 
203
  ### vLLM and SGLang
204