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
Browse filesThis PR enables people to discover the model easier when https://github.com/huggingface/huggingface.js/pull/798 gets merged.