Skip to content

[bugfix] narrow the fx node name to str in dense graph rewrite #1848

[bugfix] narrow the fx node name to str in dense graph rewrite

[bugfix] narrow the fx node name to str in dense graph rewrite #1848

Workflow file for this run

name: Build Test CI
on:
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
ci-test:
runs-on: tzrec-codestyle-runner
container:
image: mybigpai-public-registry.cn-beijing.cr.aliyuncs.com/easyrec/tzrec-devel:1.4
options: --gpus all --ipc host --ulimit memlock=-1
steps:
- name: FetchCommit ${{ github.event.pull_request.head.sha }}
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
path: run_${{ github.run_id }}
- name: RunBuildTestCI
id: run_build_test_ci
run: |
cd run_${{ github.run_id }}
bash scripts/build_wheel.sh nightly
find dist/ -name '*.whl' | xargs pip install
mkdir -p tmp && cd tmp
python -c "import tzrec"