@@ -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
304304gpu-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
312311cos-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
0 commit comments