Instructions to use TheBloke/falcon-40b-instruct-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/falcon-40b-instruct-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/falcon-40b-instruct-GGML", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Now we wait... ๐๐
5
#5 opened almost 3 years ago
by
rombodawg
I tried to load falcon40b-instruct.ggmlv3.q8_0.bin directly into text-generation-webui but I got this error
3
#3 opened almost 3 years ago
by
drago1717
It can't handle Chinese input properly and is more likely to produce irrelevant content.
#2 opened almost 3 years ago
by
hiarcs
Other versions?
10
#1 opened almost 3 years ago
by
wise-time