Instructions to use Tiiny/ReluLLaMA-7B-PowerInfer-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tiiny/ReluLLaMA-7B-PowerInfer-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Tiiny/ReluLLaMA-7B-PowerInfer-GGUF", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Unable to load model from the Transformers library.
#1 opened over 2 years ago
by
AidenM27