Skip to content

Commit f8b262d

Browse files
committed
Use SHA tag for model image
Needed for disconnected cluster to properly mirror the image.
1 parent c2db8e9 commit f8b262d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kfto/environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func GetFmsHfTuningImage() string {
3232
}
3333

3434
func GetBloomModelImage() string {
35-
return lookupEnvOrDefault(bloomModelImageEnvVar, "quay.io/ksuta/bloom-560m:0.0.1")
35+
return lookupEnvOrDefault(bloomModelImageEnvVar, "quay.io/ksuta/bloom-560m@sha256:f6db02bb7b5d09a8d698c04994d747bfb9e581bbb4c07d00290244d207623733")
3636
}
3737

3838
func lookupEnvOrDefault(key, value string) string {

0 commit comments

Comments
 (0)