Instructions to use team-sanai/llama2_0.1B_lora_sample with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use team-sanai/llama2_0.1B_lora_sample with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("team-sanai/llama2_0.1B_lora_sample", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K