Skip to content

Commit 7a7801e

Browse files
Update README and Docs for version and broken links (#56)
* fix typo * fix license metadata * push update to docs * update README.md * fix faq
1 parent 63bf575 commit 7a7801e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ on the major version of CUDA available in your environment:
6060
For CUDA 12.x:
6161

6262
```bash
63-
pip install --extra-index-url=https://pypi.nvidia.com cuopt-server-cu12==25.5 cuopt-sh-client==25.5 nvidia-cuda-runtime-cu12==12.8.*
63+
pip install --extra-index-url=https://pypi.nvidia.com cuopt-server-cu12==25.5.* cuopt-sh-client==25.5.* nvidia-cuda-runtime-cu12==12.8.*
6464
```
6565

6666
### Conda

docs/cuopt/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
master_doc = "index"
107107

108108
# General information about the project.
109-
project = "cuopt"
109+
project = "NVIDIA cuOpt"
110110
copyright = f"2021-{datetime.datetime.today().year}, NVIDIA Corporation"
111111
author = "NVIDIA Corporation"
112112

docs/cuopt/source/cuopt-c/quick-start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This wheel is a Python wrapper around the C++ library and eases installation and
2020
2121
# This is a deprecated module and no longer used, but it shares the same name for the CLI, so we need to uninstall it first if it exists.
2222
pip uninstall cuopt-thin-client
23-
pip install --extra-index-url=https://pypi.nvidia.com libcuopt-cu12==25.5.* nvidia-cuda-runtime-cu12==12.8.0
23+
pip install --extra-index-url=https://pypi.nvidia.com libcuopt-cu12==25.5.* nvidia-cuda-runtime-cu12==12.8.*
2424
2525
2626
Conda

docs/cuopt/source/cuopt-server/quick-start.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For CUDA 12.x:
1212

1313
.. code-block:: bash
1414
15-
pip install --extra-index-url=https://pypi.nvidia.com cuopt-server-cu12==25.05.* cuopt-sh-client==25.05.* nvidia-cuda-runtime-cu12==12.8.*
15+
pip install --extra-index-url=https://pypi.nvidia.com cuopt-server-cu12==25.5.* cuopt-sh-client==25.5.* nvidia-cuda-runtime-cu12==12.8.*
1616
1717
1818
Conda
@@ -227,4 +227,4 @@ Example Response:
227227
"total_solve_time": 0.10999655723571777
228228
},
229229
"reqId": "afea72c2-6c76-45ce-bcf7-0d55049f32e4"
230-
}
230+
}

docs/cuopt/source/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ General FAQ
1313

1414
.. dropdown:: How to get a NVAIE license?
1515

16-
Please refer to `NVIDIA NVAIE <https://www.nvidia.com/en-us/technologies/ai-enterprise/nvaie/>`_ for more information.
16+
Please refer to `NVIDIA NVAIE <https://www.nvidia.com/en-us/data-center/products/ai-enterprise/>`_ for more information.
1717

1818
.. dropdown:: How to access NGC registry?
1919

0 commit comments

Comments
 (0)