You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.T().Fatalf("Expected environment variable %s not found, please use this environment variable to specify HuggingFace token to download models.", huggingfaceTokenEnvVar)
58
+
}
59
+
returnimage
60
+
}
61
+
62
+
funcGetMultiGpuNamespace(tTest) string {
63
+
image, ok:=os.LookupEnv(multiGpuNamespaceEnvVar)
64
+
if!ok {
65
+
t.T().Fatalf("Expected environment variable %s not found, please use this environment variable to specify namespace to be used for multiGPU tests.", multiGpuNamespaceEnvVar)
0 commit comments