Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[torchbench] Training benchmarks failing with: OOM #6003

Open
11 of 14 tasks
ysiraichi opened this issue Dec 3, 2023 · 0 comments
Open
11 of 14 tasks

[torchbench] Training benchmarks failing with: OOM #6003

ysiraichi opened this issue Dec 3, 2023 · 0 comments
Labels

Comments

@ysiraichi
Copy link
Collaborator

ysiraichi commented Dec 3, 2023

This post has two lists of training benchmarks failing with OOM in a NVIDIA A100 40GB GPU:

  • Eager-mode
  • Dynamo+openxla

These lists were put together by running the upstreamed benchmarking scripts. More specifically, the following command:

python xla/benchmarks/experiment_runner.py \
       --suite-name torchbench \
       --accelerator cuda \
       --xla PJRT --xla None \
       --dynamo openxla --dynamo None \
       --test train \
       --repeat 30 --iterations-per-run 5 \
       --print-subprocess \
       --no-resume

Eager-mode

  • demucs
  • densenet121
  • hf_GPT2_large
  • hf_T5_base
  • llama_v2_7b_16h (skipped -- torchbench.yaml)
  • stable_diffusion_unet
  • timm_nfnet
  • timm_vision_transformer_large

Dynamo+openxla

  • demucs
  • densenet121
  • llama_v2_7b_16h (skipped -- torchbench.yaml)
  • stable_diffusion_unet
  • timm_vision_transformer
  • timm_vision_transformer_large
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant