Unverified Commit 7a30ba45 authored by Kirthi Shankar Sivamani's avatar Kirthi Shankar Sivamani Committed by GitHub
Browse files

[GH Actions] Build PyTorch without FA for memory usage (#334)



Build PyTorch with FA for memory usage
Signed-off-by: default avatarKirthi Shankar Sivamani <ksivamani@nvidia.com>
parent 749a7f69
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: 'Build' - name: 'Build'
run: pip install . -v run: pip install . -v --no-deps
env: env:
NVTE_FRAMEWORK: pytorch NVTE_FRAMEWORK: pytorch
MAX_JOBS: 1 MAX_JOBS: 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment