Skip to content

set LD_LIBRARY_PATH for fbgemm in validate_binaries.sh #70

set LD_LIBRARY_PATH for fbgemm in validate_binaries.sh

set LD_LIBRARY_PATH for fbgemm in validate_binaries.sh #70

name: Validate binaries
on:
pull_request:
paths-ignore:
- "docs/*"
- "third_party/*"
- .gitignore
- "*.md"
workflow_call:
inputs:
channel:
description: "Channel to use (nightly, release)"
required: false
type: string
default: release
ref:
description: 'Reference to checkout, defaults to empty'
default: ""
required: false
type: string
workflow_dispatch:
inputs:
channel:
description: "Channel to use (nightly, release, test, pypi)"
required: true
type: choice
options:
- release
- nightly
- test
ref:
description: 'Reference to checkout, defaults to empty'
default: ""
required: false
type: string
jobs:
validate-binaries:
uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
with:
package_type: "wheel"
os: "linux"
channel: ${{ inputs.channel }}
repository: "pytorch/torchrec"
smoke_test: "source ./.github/scripts/validate_binaries.sh"
with_cuda: enable