From 8a7617aed21c3d17d8a2570d7e22cf27c2692e17 Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Mon, 18 Sep 2023 16:43:50 -0700 Subject: [PATCH] Move pytorch benchmark to GPU directory. The pytorch image is huge, about 7-8 GB. This doesn't need to be downloaded with the other benchmark images. Move it to a GPU directory to speed up benchmark runs. PiperOrigin-RevId: 566449296 --- images/{benchmarks => gpu}/pytorch/Dockerfile.x86_64 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename images/{benchmarks => gpu}/pytorch/Dockerfile.x86_64 (100%) diff --git a/images/benchmarks/pytorch/Dockerfile.x86_64 b/images/gpu/pytorch/Dockerfile.x86_64 similarity index 100% rename from images/benchmarks/pytorch/Dockerfile.x86_64 rename to images/gpu/pytorch/Dockerfile.x86_64