Skip to content

Commit c194801

Browse files
committed
Connect to RHOAI Workbench Kernel from local VS Code
1 parent 1b14b93 commit c194801

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/openshift-ai/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ the list below.
3838

3939
- [Configure a Jupyter Notebook to use GPUs for AI/ML modeling](other-projects/configure-jupyter-notebook-use-gpus-aiml-modeling.md)
4040

41+
- [Connect to RHOAI Workbench Kernel from local VS Code](other-projects/connect-vscode-to-rhoai-wb.md)
42+
4143
## Predictive & Generative AI on NERC
4244

4345
- [Predictive & Generative AI (LLM & RAG) in Action](other-projects/predictive-and-generative-AI.md)

docs/openshift-ai/other-projects/LLM-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ the GGML project, a general-purpose tensor library.
88
The library includes command-line tools as well as a server featuring a simple
99
web interface.
1010

11-
## Standalone Deployment of `llama.cpp` Model Server
11+
## A Standalone Deployment of `llama.cpp` Model Server
1212

1313
- **Prerequisites**:
1414

docs/other-tools/mlflow/mlflow-server-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for reproducing and understanding the results of a machine learning experiment.
2121
To manage and store these artifacts in a scalable, durable, and secure manner, an
2222
S3 bucket is required.
2323

24-
## Standalone Deployment of `MLflow` Server
24+
## A Standalone Deployment of `MLflow` Server
2525

2626
- **Prerequisites**:
2727

@@ -254,5 +254,6 @@ as shown below:
254254
changes to specific users.
255255

256256
For more details, refer to this [documentation](https://github.com/nerc-project/llm-on-nerc/blob/main/mlflow/README.md).
257+
You can also install MLflow using a Helm chart, as explained [here](https://github.com/nerc-project/llm-on-nerc/blob/main/mlflow/README.md#using-helm-to-install).
257258

258259
---

mkdocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ nav:
138138
- Other Example Projects:
139139
- How to access, download, and analyze data for S3 usage: openshift-ai/other-projects/how-access-s3-data-then-download-and-analyze-it.md
140140
- Configure a Jupyter Notebook to use GPUs for AI/ML modeling: openshift-ai/other-projects/configure-jupyter-notebook-use-gpus-aiml-modeling.md
141+
- Connect to RHOAI Workbench Kernel from local VS Code: openshift-ai/other-projects/connect-vscode-to-rhoai-wb.md
141142
- Predictive & Generative AI on NERC:
142143
- Predictive & Generative AI (LLM & RAG) in Action: openshift-ai/other-projects/predictive-and-generative-AI.md
143144
- Predictive AI tutorial:

0 commit comments

Comments
 (0)