Skip to content

Commit

Permalink
fix: enable local hub
Browse files Browse the repository at this point in the history
  • Loading branch information
enricorotundo committed Feb 11, 2025
1 parent 276526f commit 452fd7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- run: echo -e "\n" >> .env
- run: echo "OLLAMA_MODELS=" >> .env
- run: echo "VLLM_MODELS=" >> .env
- run: echo "OPENAI_MODELS=" >> .env
- run: echo "LOCAL_HUB=true" >> .env




- run: echo "PRIVATE_KEY=138f0cf400f34e8c8ac821c7a86bca98186b880dc0b48f2c55de47bc7f121d56" >> .env
- run: echo "HUB_USERNAME=cicd_dummy" >> .env
Expand Down

0 comments on commit 452fd7b

Please sign in to comment.