Instructions to use OpenTransformer/AGILLM4.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenTransformer/AGILLM4.1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenTransformer/AGILLM4.1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| *.py text eol=lf | |
| *.sh text eol=lf | |
| *.md text eol=lf | |
| *.ps1 text eol=crlf | |
| agillm4/**/*.py text eol=lf | |
| agillm4/**/*.sh text eol=lf | |
| agillm4/**/*.md text eol=lf | |