Instructions to use luna-code/langchain-codegen-350M-mono-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luna-code/langchain-codegen-350M-mono-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("luna-code/langchain-codegen-350M-mono-lora", dtype="auto") - Notebooks
- Google Colab
- Kaggle