Instructions to use cashu/LLM-124M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cashu/LLM-124M with Transformers:
# Load model directly from transformers import MyGPT model = MyGPT.from_pretrained("cashu/LLM-124M", dtype="auto") - Notebooks
- Google Colab
- Kaggle