Unverified Commit 429ddf12 authored by Olga Andreeva's avatar Olga Andreeva Committed by GitHub
Browse files

docs: kvbm wheels doc fix (#4455)


Signed-off-by: default avatarOlga Andreeva <oandreeva@nvidia.com>
parent c3195612
...@@ -57,7 +57,7 @@ docker cp temp-kvbm-container:/opt/dynamo/wheelhouse/ ./dynamo_wheelhouse ...@@ -57,7 +57,7 @@ docker cp temp-kvbm-container:/opt/dynamo/wheelhouse/ ./dynamo_wheelhouse
docker rm temp-kvbm-container docker rm temp-kvbm-container
# Install the wheel locally # Install the wheel locally
pip install ./kvbm*.whl pip install ./dynamo_wheelhouse/kvbm*.whl
``` ```
Note that the default pip wheel built is not compatible with CUDA 13 at the moment. Note that the default pip wheel built is not compatible with CUDA 13 at the moment.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment