We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f6049 commit 12a32fdCopy full SHA for 12a32fd
docs/source/faqs.md
@@ -57,6 +57,7 @@ gzip vllm-ascend-$TAG.tar
57
```bash
58
# Transfer the tar/tar.gz file to the air-gapped environment first
59
# Then load the image (docker load handles both .tar and .tar.gz)
60
+TAG=v0.7.3rc2 # Replace with the tag from the exported file
61
docker load -i vllm-ascend-$TAG.tar.gz
62
63
# Verify the image is loaded
0 commit comments