Hugging Face Hub Provider plugin for LLM Workflow Engine
Access to Hugging Face Hub models.
Grab an Hugging Face Hub API key from https://huggingface.co/settings/tokens
Export the key into your local environment:
export HUGGINGFACEHUB_API_TOKEN=<API_KEY>
Install the latest version of this software directly from github with pip:
pip install git+https://github.com/llm-workflow-engine/lwe-plugin-provider-huggingface-hub
Install the latest version of this software directly from git:
git clone https://github.com/llm-workflow-engine/lwe-plugin-provider-huggingface-hub.git
Install the development package:
cd lwe-plugin-provider-huggingface-hub
pip install -e .
Add the following to config.yaml
in your profile:
plugins:
enabled:
- provider_huggingface_hub
# Any other plugins you want enabled...
From a running LWE shell:
/provider huggingface_hub
/model repo_id gpt2