Instructions to use moelanoby/ALM-Qwen-0.5B-testing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moelanoby/ALM-Qwen-0.5B-testing with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("moelanoby/ALM-Qwen-0.5B-testing", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -82,5 +82,5 @@ The ALM layer (`alm_layer_state_dict.pth`) might have been trained. The Qwen mod
|
|
| 82 |
|
| 83 |
* The Qwen model components can be large. Ensure you have sufficient disk space and network bandwidth.
|
| 84 |
* The `load_model` method in `alm_qwen_hf.py` handles the reconstruction of the composite model.
|
| 85 |
-
* If any errors
|
| 86 |
---
|
|
|
|
| 82 |
|
| 83 |
* The Qwen model components can be large. Ensure you have sufficient disk space and network bandwidth.
|
| 84 |
* The `load_model` method in `alm_qwen_hf.py` handles the reconstruction of the composite model.
|
| 85 |
+
* If any errors happen use alm_qwen.py directly
|
| 86 |
---
|