Instructions to use WhiteRabbitNeo/WhiteRabbitNeo-7B-v1.5a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WhiteRabbitNeo/WhiteRabbitNeo-7B-v1.5a with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WhiteRabbitNeo/WhiteRabbitNeo-7B-v1.5a", dtype="auto") - Notebooks
- Google Colab
- Kaggle
takes a long time to infer on two 3090, while does not response, I wonder why?
#4
by leeswan - opened