Instructions to use Mutonix/Vriptor-STLLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mutonix/Vriptor-STLLM with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Mutonix/Vriptor-STLLM", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update pipeline tag (#3)
Browse files- Update pipeline tag (7a409104ab794c3cd83381944af650135f3f3409)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>