Instructions to use THUdyh/Ola-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use THUdyh/Ola-7b with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("THUdyh/Ola-7b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add library_name to metadata
#11
by nielsr HF Staff - opened
This PR adds the library_name: transformers tag to the model card metadata. The provided usage examples demonstrate compatibility with the transformers library.
THUdyh changed pull request status to merged