Skip to content

Commit

Permalink
[GH Actions] Build PyTorch without FA for memory usage (#334)
Browse files Browse the repository at this point in the history
Build PyTorch with FA for memory usage

Signed-off-by: Kirthi Shankar Sivamani <ksivamani@nvidia.com>
  • Loading branch information
ksivaman committed Jul 20, 2023
1 parent 749a7f6 commit 7a30ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: recursive
- name: 'Build'
run: pip install . -v
run: pip install . -v --no-deps
env:
NVTE_FRAMEWORK: pytorch
MAX_JOBS: 1
Expand Down

0 comments on commit 7a30ba4

Please sign in to comment.