@@ -274,7 +274,7 @@ skopeo inspect containers-storage:quay.io/gkm/vector-add-cache:rocm | jq -r '.La
274274To Create an OCI image for a vLLM Cache run the following:
275275
276276``` bash
277- mcv -c -i quay.io/mtahhan/vllm-flash-attention:rocm -d example/vllm-cache
277+ mcv -c -i quay.io/gkm/cache-examples:vllm-example -d example/vllm-cache
278278INFO[2025-09-03 09:04:15] Hardware accelerator(s) detected (2). GPU support enabled.
279279INFO[2025-09-03 09:04:15] Using buildah to build the image
280280INFO[2025-09-03 09:04:23] Detected cache components: [vllm]
@@ -285,12 +285,12 @@ INFO[2025-09-03 09:04:24] OCI image created successfully.
285285To inspect the image labels specifically run:
286286
287287``` bash
288- skopeo inspect containers-storage:quay.io/mtahhan/vllm-flash-attention:rocm
288+ skopeo inspect containers-storage:quay.io/gkm/cache-examples:vllm-example
289289{
290- " Name" : " quay.io/mtahhan/vllm-flash-attention " ,
291- " Digest" : " sha256:ed4dad604449aec384cf71ca310b55b71369357596bfa2d38b16697dc314d848 " ,
290+ " Name" : " quay.io/gkm/cache-examples " ,
291+ " Digest" : " sha256:9e731d58adccd608cb18dcefe259acd30ffe976d5e98208a4158ce22c0b5d1e2 " ,
292292 " RepoTags" : [],
293- " Created" : " 2025-09-03T09 :04:23.891933044Z " ,
293+ " Created" : " 2026-02-10T12 :04:38.260317569Z " ,
294294 " DockerVersion" : " " ,
295295 " Labels" : {
296296 " cache.vllm.image/cache-size-bytes" : " 2269180" ,
@@ -300,13 +300,13 @@ skopeo inspect containers-storage:quay.io/mtahhan/vllm-flash-attention:rocm
300300 " Architecture" : " amd64" ,
301301 " Os" : " linux" ,
302302 " Layers" : [
303- " sha256:088097095e6040fe597c64330f2f2e0f256b31b2243417a8c2a6a38408e2c1da "
303+ " sha256:440b5cbd3b76dc17a6012e17fc56341d4894b88ab7a85b12c5e2f6f7c4b80661 "
304304 ],
305305 " LayersData" : [
306306 {
307- " MIMEType" : " application/vnd.oci.image.layer.v1.tar" ,
308- " Digest" : " sha256:088097095e6040fe597c64330f2f2e0f256b31b2243417a8c2a6a38408e2c1da " ,
309- " Size" : 2357760 ,
307+ " MIMEType" : " application/vnd.oci.image.layer.v1.tar+gzip " ,
308+ " Digest" : " sha256:440b5cbd3b76dc17a6012e17fc56341d4894b88ab7a85b12c5e2f6f7c4b80661 " ,
309+ " Size" : 250291 ,
310310 " Annotations" : null
311311 }
312312 ],
@@ -317,7 +317,7 @@ skopeo inspect containers-storage:quay.io/mtahhan/vllm-flash-attention:rocm
317317To extract the vLLM Cache run the following:
318318
319319``` bash
320- mcv -e -i quay.io/mtahhan/vllm-flash-attention:rocm
320+ mcv -e -i quay.io/gkm/cache-examples:vllm-example
321321INFO[2025-09-03 09:06:00] Hardware accelerator(s) detected (2). GPU support enabled.
322322INFO[2025-09-03 09:06:02] Preflight GPU compatibility check passed.
323323INFO[2025-09-03 09:06:02] Preflight completed matched=" [0 1]" unmatched=" []"
@@ -375,7 +375,7 @@ Upon successful completion, you will see an output similar to:
375375```bash
376376Successfully verified SCT...
377377tlog entry created with index: 215011903
378- Pushing signature to: quay.io/mtahhan/01-vector-add- cache
378+ Pushing signature to: quay.io/gkm/ cache-examples
379379```
380380
381381## MCV Client API
@@ -398,7 +398,7 @@ import (
398398
399399func main() {
400400 err := client.ExtractCache(client.Options{
401- ImageName: "quay.io/mtahhan/01- vector-add-cache:latest ",
401+ ImageName: "quay.io/gkm/cache-examples: vector-add-cache-cuda ",
402402 CacheDir: "/tmp/testcache",
403403 LogLevel: "debug",
404404 EnableBaremetal: nil, // or false if explicitly desired
@@ -456,7 +456,7 @@ import (
456456
457457func main () {
458458 matched, unmatched, err := client.PreflightCheck(
459- " quay.io/mtahhan/01- vector-add-cache:latest " )
459+ " quay.io/gkm/cache-examples: vector-add-cache-cuda " )
460460 if err ! = nil {
461461 log.Fatalf(" Preflight check failed: %v" , err)
462462 }
0 commit comments