Instructions to use AXERA-TECH/SmolLM2-360M-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AXERA-TECH/SmolLM2-360M-Instruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AXERA-TECH/SmolLM2-360M-Instruct", device_map="auto") - Notebooks
- Google Colab
- Kaggle
wangli commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ This version of SmolLM2-360M-Instruct has been converted to run on the Axera NPU
|
|
| 22 |
|
| 23 |
This model has been optimized with the following LoRA:
|
| 24 |
|
| 25 |
-
Compatible with Pulsar2 version:
|
| 26 |
|
| 27 |
## Convert tools links:
|
| 28 |
|
|
|
|
| 22 |
|
| 23 |
This model has been optimized with the following LoRA:
|
| 24 |
|
| 25 |
+
Compatible with Pulsar2 version: 4.2
|
| 26 |
|
| 27 |
## Convert tools links:
|
| 28 |
|