Skip to content

LLM: add script to build portable zip #2

LLM: add script to build portable zip

LLM: add script to build portable zip #2

name: BigDL Build Portable Zip
on:
pull_request:
branches: [ main ]
# paths:
# - 'python/llm/portable-zip/**'
workflow_dispatch:
jobs:
build-cpython:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
toolset: 14.2
- uses: ilammy/msvc-dev-cmd@v1
- name: Check env
run: |
cl.exe --version