From 18ec814757b5537bd5eebc283351ead0520a3248 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Thu, 29 May 2025 15:25:37 -0500 Subject: [PATCH 1/5] fix typo --- docs/cuopt/source/cuopt-python/quick-start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cuopt/source/cuopt-python/quick-start.rst b/docs/cuopt/source/cuopt-python/quick-start.rst index 993b25e1c..3fd72d58c 100644 --- a/docs/cuopt/source/cuopt-python/quick-start.rst +++ b/docs/cuopt/source/cuopt-python/quick-start.rst @@ -37,7 +37,7 @@ NVIDIA cuOpt is also available as a container from Docker Hub: .. code-block:: bash - docker pull nvidia/cuopt:25.5.0 + docker pull nvidia/cuopt:25.5.0-cuda12.8-py312 The container includes both the Python API and self-hosted server components. To run the container: From 960fa04be4f3eab949f24d8b9d93da91aa368277 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Thu, 29 May 2025 15:43:41 -0500 Subject: [PATCH 2/5] fix license metadata --- python/cuopt_self_hosted/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cuopt_self_hosted/pyproject.toml b/python/cuopt_self_hosted/pyproject.toml index 88f594ab6..4503b4693 100644 --- a/python/cuopt_self_hosted/pyproject.toml +++ b/python/cuopt_self_hosted/pyproject.toml @@ -28,7 +28,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = "Apache-2.0" +license = { text = "Apache-2.0" } requires-python = ">=3.10" dependencies = [ "cuopt-mps-parser==25.5.*,>=0.0.0a0", From 2a564dc3e0eb9a87f9a8b9dd75a12f2e69693b1b Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Fri, 30 May 2025 10:28:52 -0500 Subject: [PATCH 3/5] push update to docs --- docs/cuopt/source/conf.py | 2 +- docs/cuopt/source/cuopt-c/quick-start.rst | 2 +- docs/cuopt/source/cuopt-server/quick-start.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cuopt/source/conf.py b/docs/cuopt/source/conf.py index f8f634b96..32c04ec36 100644 --- a/docs/cuopt/source/conf.py +++ b/docs/cuopt/source/conf.py @@ -106,7 +106,7 @@ master_doc = "index" # General information about the project. -project = "cuopt" +project = "NVIDIA cuOpt" copyright = f"2021-{datetime.datetime.today().year}, NVIDIA Corporation" author = "NVIDIA Corporation" diff --git a/docs/cuopt/source/cuopt-c/quick-start.rst b/docs/cuopt/source/cuopt-c/quick-start.rst index a913f9593..a342b5c38 100644 --- a/docs/cuopt/source/cuopt-c/quick-start.rst +++ b/docs/cuopt/source/cuopt-c/quick-start.rst @@ -20,7 +20,7 @@ This wheel is a Python wrapper around the C++ library and eases installation and # 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. pip uninstall cuopt-thin-client - pip install --extra-index-url=https://pypi.nvidia.com libcuopt-cu12==25.5.* nvidia-cuda-runtime-cu12==12.8.0 + pip install --extra-index-url=https://pypi.nvidia.com libcuopt-cu12==25.5.* nvidia-cuda-runtime-cu12==12.8.* Conda diff --git a/docs/cuopt/source/cuopt-server/quick-start.rst b/docs/cuopt/source/cuopt-server/quick-start.rst index 5eed0cdc8..770d36559 100644 --- a/docs/cuopt/source/cuopt-server/quick-start.rst +++ b/docs/cuopt/source/cuopt-server/quick-start.rst @@ -12,7 +12,7 @@ For CUDA 12.x: .. code-block:: bash - 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.* + 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.* Conda @@ -227,4 +227,4 @@ Example Response: "total_solve_time": 0.10999655723571777 }, "reqId": "afea72c2-6c76-45ce-bcf7-0d55049f32e4" - } \ No newline at end of file + } From 15302922d812b456b8d99e2665f21dd0613ddc67 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Fri, 30 May 2025 16:35:29 -0500 Subject: [PATCH 4/5] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39d45e4af..978a74698 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ on the major version of CUDA available in your environment: For CUDA 12.x: ```bash -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.* +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.* ``` ### Conda @@ -106,4 +106,4 @@ Review the [CONTRIBUTING.md](CONTRIBUTING.md) file for information on how to con - [cuopt (Server) documentation](https://docs.nvidia.com/cuopt/user-guide/latest/cuopt-server/index.html) - [Examples and Notebooks](https://github.com/NVIDIA/cuopt-examples) - [Test cuopt with NVIDIA Launchable](https://brev.nvidia.com/launchable/deploy?launchableID=env-2qIG6yjGKDtdMSjXHcuZX12mDNJ): Examples notebooks are pulled and hosted on [NVIDIA Launchable](https://docs.nvidia.com/brev/latest/). -- [Test cuopt on Google Colab](https://colab.research.google.com/github/nvidia/cuopt-examples/): Examples notebooks can be opened in Google Colab. Please note that you need to choose a `Runtime` as `GPU` in order to run the notebooks. \ No newline at end of file +- [Test cuopt on Google Colab](https://colab.research.google.com/github/nvidia/cuopt-examples/): Examples notebooks can be opened in Google Colab. Please note that you need to choose a `Runtime` as `GPU` in order to run the notebooks. From 02bfbd3a619e6a55d75de57e63849977a930bb4d Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Fri, 30 May 2025 16:36:39 -0500 Subject: [PATCH 5/5] fix faq --- docs/cuopt/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cuopt/source/faq.rst b/docs/cuopt/source/faq.rst index d452813c9..c4db136b7 100644 --- a/docs/cuopt/source/faq.rst +++ b/docs/cuopt/source/faq.rst @@ -13,7 +13,7 @@ General FAQ .. dropdown:: How to get a NVAIE license? - Please refer to `NVIDIA NVAIE `_ for more information. + Please refer to `NVIDIA NVAIE `_ for more information. .. dropdown:: How to access NGC registry?