Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Oct 8, 2024
1 parent 48a6d01 commit 82546e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vllm-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10' # Ensure this matches the Python version you need
python-version: '3.10'

- name: Install dependencies
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Execute Python script
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }} # Make sure to set this secret in your repository settings
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
python -c '
import os
Expand Down

0 comments on commit 82546e9

Please sign in to comment.