Skip to content

Commit

Permalink
Update: test run new CI for package python windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoangthuan99 committed Jan 6, 2025
1 parent 46cfac8 commit a186494
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ jobs:
fail-fast: false
matrix:
include:
- os: "linux"
name: "amd64"
runs-on: "ubuntu-20-04-cuda-12-0"
# - os: "linux"
# name: "amd64"
# runs-on: "ubuntu-20-04-cuda-12-0"
# - os: "mac"
# name: "amd64"
# runs-on: "macos-selfhosted-12"
# - os: "mac"
# name: "arm64"
# runs-on: "macos-selfhosted-12-arm64"
# - os: "windows"
# name: "amd64"
# runs-on: "windows-cuda-12-0"
- os: "windows"
name: "amd64"
runs-on: "windows-cuda-12-0"
steps:
- name: Clone
id: checkout
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
conda activate hf-upload
python -m pip install hf-transfer huggingface_hub
huggingface-cli login --token ${{ secrets.HUGGINGFACE_TOKEN_WRITE }} --add-to-git-credential
huggingface-cli upload ${{env.HF_REPO}} venv.zip . --revision ${{env.HF_PREFIX_BRANCH}}-${{ matrix.os }}-${{ matrix.name }}
huggingface-cli upload ${{env.HF_REPO}} venv.zip --revision ${{env.HF_PREFIX_BRANCH}}-${{ matrix.os }}-${{ matrix.name }}
rm -rf venv.zip
huggingface-cli logout
Expand Down

0 comments on commit a186494

Please sign in to comment.