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
by nielsr HF Staff - opened
This PR enables people to discover the model easier when https://github.com/huggingface/huggingface.js/pull/798 gets merged.
Mutonix changed pull request status to merged