We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff3993 commit 1e02ffcCopy full SHA for 1e02ffc
.github/workflows/ci_tests.yml
@@ -59,6 +59,7 @@ jobs:
59
python -c "import torch; assert torch.cuda.is_available()"
60
- name: Test with pytest
61
env:
62
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
63
# Configure endpoints for Azure OpenAI
64
AZUREAI_CHAT_ENDPOINT: ${{ secrets.AZUREAI_CHAT_ENDPOINT }}
65
AZUREAI_CHAT_KEY: ${{ secrets.AZUREAI_CHAT_KEY }}
0 commit comments