Skip to content

Commit 558a78d

Browse files
EtiennePerotgvisor-bot
authored andcommitted
Automated rollback of changelist 614015218
PiperOrigin-RevId: 614026488
1 parent 5f6dade commit 558a78d

File tree

9 files changed

+1
-690
lines changed

9 files changed

+1
-690
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,22 +298,20 @@ cos-gpu-smoke-tests: gpu-smoke-images $(RUNTIME_BIN)
298298
# This is a superset of those needed for smoke tests.
299299
# It includes non-GPU images that are used as part of GPU tests,
300300
# e.g. busybox and python.
301-
gpu-images: gpu-smoke-images load-gpu_pytorch load-gpu_ollama load-gpu_ollama_client load-basic_busybox load-basic_python load-gpu_stablediffusionxl
301+
gpu-images: gpu-smoke-images load-gpu_pytorch load-gpu_ollama load-gpu_ollama_client load-basic_busybox load-basic_python
302302
.PHONY: gpu-images
303303

304304
gpu-all-tests: gpu-images gpu-smoke-tests $(RUNTIME_BIN)
305305
@$(call install_runtime,$(RUNTIME),--nvproxy=true --nvproxy-docker=true)
306306
@$(call sudo,test/gpu:pytorch_test,--runtime=$(RUNTIME) -test.v $(ARGS))
307307
@$(call sudo,test/gpu:textgen_test,--runtime=$(RUNTIME) -test.v $(ARGS))
308-
@$(call sudo,test/gpu:imagegen_test,--runtime=$(RUNTIME) -test.v $(ARGS))
309308
@$(call sudo,test/gpu:sr_test,--runtime=$(RUNTIME) -test.v $(ARGS))
310309
.PHONY: gpu-all-tests
311310

312311
cos-gpu-all-tests: gpu-images cos-gpu-smoke-tests $(RUNTIME_BIN)
313312
@$(call install_runtime,$(RUNTIME),--nvproxy=true)
314313
@$(call sudo,test/gpu:pytorch_test,--runtime=$(RUNTIME) -test.v --cos-gpu $(ARGS))
315314
@$(call sudo,test/gpu:textgen_test,--runtime=$(RUNTIME) -test.v --cos-gpu $(ARGS))
316-
@$(call sudo,test/gpu:imagegen_test,--runtime=$(RUNTIME) -test.v --cos-gpu $(ARGS))
317315
@$(call sudo,test/gpu:sr_test,--runtime=$(RUNTIME) -test.v --cos-gpu $(ARGS))
318316
.PHONY: cos-gpu-all-tests
319317

images/gpu/stable-diffusion-xl/Dockerfile.x86_64

Lines changed: 0 additions & 35 deletions
This file was deleted.

images/gpu/stable-diffusion-xl/download_checkpoints.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

images/gpu/stable-diffusion-xl/generate_image

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)