HF_ACCESS_TOKEN=<your access token> HF_TOKEN=<your access token> ``` ###Database Expand DownExpand Up@@ -397,7 +397,7 @@ You can then add the generated information and the `authorization` parameter to ] ``` Please note that if`HF_ACCESS_TOKEN`is also set or not empty, it will...
Allow passing HF access token to download tokenizer. Fallback to default tokenizer. main 1 parent 347be64 commit 49ef729 File tree private_gpt components/llm llm_component.py settings settings.py settings.yaml3 files changed +22 -6lines changedprivate_gpt/components/llm/llm_component.py +...
HF_ACCESS_TOKEN }} HF_DEPLOYMENT_TOKEN: ${{ secrets.HF_DEPLOYMENT_TOKEN }} run: npm run updateProdEnv sync-to-hub: runs-on: ubuntu-latest @@ -39,5 +39,5 @@ jobs: lfs: true - name: Push to hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: git push https://nsarrazin:$...
env.HF_DEPLOYMENT_TOKEN; // token used for pushing to hub 4 4 5 5 const SERPER_API_KEY = process.env.SERPER_API_KEY; 6 6 const OPENID_CONFIG = process.env.OPENID_CONFIG; 7 7 const MONGODB_URL = process.env.MONGODB_URL; 8 - const HF_ACCESS_TOKEN = process.env.HF_...