Re-enable textgen_test.

BuildKite images are now preloaded with the GPU Docker images, so this
should no longer be an issue.

Startblock:
  cl/607144026 is submitted
PiperOrigin-RevId: 607418077
This commit is contained in:
Etienne Perot
2024-02-15 12:30:56 -08:00
committed by gVisor bot
parent b8b6afad8c
commit 657b563a56
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -293,8 +293,7 @@ cos-gpu-smoke-tests: gpu-smoke-images $(RUNTIME_BIN)
# This is a superset of those needed for smoke tests.
# It includes non-GPU images that are used as part of GPU tests,
# e.g. busybox and python.
# TODO(b/306706609): Add "load-gpu_ollama" and "load-basic_busybox" back here.
gpu-images: gpu-smoke-images load-gpu_pytorch load-basic_python
gpu-images: gpu-smoke-images load-gpu_pytorch load-gpu_ollama load-basic_busybox load-basic_python
.PHONY: gpu-images
gpu-all-tests: gpu-images gpu-smoke-tests $(RUNTIME_BIN)
-1
View File
@@ -66,7 +66,6 @@ func runSandboxedPython(ctx context.Context, logger testutil.Logger, code string
// Then it asks it to write a unit test that verifies that
// this text is a correct translation.
func TestLLM(t *testing.T) {
t.Skip("Test is disabled until support for large images is better.")
ctx := context.Background()
// Run the LLM.
llmContainer := dockerutil.MakeContainer(ctx, t)