Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
- Original model: [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M)
|
6 |
+
- This pte file is generated via [this recipe](https://huggingface.co/executorch-community/SmolLM2-135M-Custom_SDPA/blob/main/Export_Recipe.ipynb)
|
7 |
+
- You can quickly validate this model with [optimum-executorch](https://github.com/huggingface/optimum-executorch?tab=readme-ov-file#-quick-installation)
|
8 |
+
- You can follow [this instruction](https://github.com/pytorch/executorch/blob/main/examples/models/llama/README.md#step-3-run-on-your-computer-to-validate) to build LLM application.
|
9 |
+
- It follows [this compatibility policy](https://github.com/pytorch/executorch/blob/main/runtime/COMPATIBILITY.md)
|