Skip to content

Commit 28a5e3f

Browse files
committed
Fix several typographical errors
1 parent ae9dd4a commit 28a5e3f

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

tutorials/ai-core-consumption-LLM/ai-core-consumption-LLM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author_profile: https://github.com/dhrubpaul
1212
<!-- description --> In this tutorial we are going to learn on how to consume LLM on AI core deployed on SAP AI core.
1313

1414
## You will learn
15-
- How to infrence foundational models on AI core
15+
- How to inference foundational models on AI core
1616

1717
## Prerequisites
1818
- A BTP global account

tutorials/ai-core-custom-llm/ai-core-custom-LLM.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author_profile: https://github.com/dhrubpaul
1212

1313
## You will learn
1414
- How to Deploy ollama on AI core
15-
- Add models to ollama and infrence models
15+
- Add models to ollama and inference models
1616

1717
## Prerequisites
1818
Ai core setup and basic knowledge: [Link to documentation](https://developers.sap.com/tutorials/ai-core-setup.html)
@@ -284,7 +284,7 @@ Once the deployment is running, you can access the LLM’s using ollama.
284284

285285
### Pulling Gemma inside Ollama deployment
286286

287-
Now we need to import Gemma to our ollama pod before we can infrence the model so here we would be using SAP AI API to call pull model call in Ollama.
287+
Now we need to import Gemma to our ollama pod before we can inference the model so here we would be using SAP AI API to call pull model call in Ollama.
288288

289289
[OPTION BEGIN [Postman]]
290290

tutorials/ai-core-custom-slm/ai-core-custom-slm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author_profile: https://github.com/dhrubpaul
1212

1313
## You will learn
1414
- How to Deploy ollama on AI core
15-
- Add models to ollama and infrence models
15+
- Add models to ollama and inference models
1616

1717
## Prerequisites
1818
Ai core setup and basic knowledge: [Link to documentation](https://developers.sap.com/tutorials/ai-core-setup.html)
@@ -284,7 +284,7 @@ Once the deployment is running, you can access the LLM’s using ollama.
284284

285285
### Pulling llava-phi3 and Performing Inference
286286

287-
Now we need to import llava-phi3 to our ollama pod before we can infrence the model so here we would be using SAP AI API to call pull model call in Ollama.
287+
Now we need to import llava-phi3 to our ollama pod before we can inference the model so here we would be using SAP AI API to call pull model call in Ollama.
288288

289289
[OPTION BEGIN [Postman]]
290290

tutorials/ai-core-generative-ai/ai-core-generative-ai.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Include the following in the body of the request.
590590

591591
[OPTION BEGIN [GENERATIVE AI HUB SDK]]
592592

593-
open Jupter notebook or python IDE and run the following code to infrence the model using GPT-3.5-turbo .
593+
open Jupyter notebook or python IDE and run the following code to inference the model using GPT-3.5-turbo .
594594

595595
```PYTHON
596596
from gen_ai_hub.proxy.langchain.init_models import init_llm
@@ -754,7 +754,7 @@ Include the following in the body of the request.
754754

755755
[OPTION BEGIN [GENERATIVE AI HUB SDK]]
756756

757-
Similarly change the value for prompt and re-run the cell in jupter notebook.
757+
Similarly change the value for prompt and re-run the cell in Jupyter notebook.
758758

759759
```PYTHON
760760
from gen_ai_hub.proxy.langchain.init_models import init_llm
@@ -873,7 +873,7 @@ Include the following in the body of the request.
873873

874874
[OPTION BEGIN [GENERATIVE AI HUB SDK]]
875875

876-
Similarly change the value for prompt and re-run the cell in jupter notebook.
876+
Similarly change the value for prompt and re-run the cell in Jupyter notebook.
877877

878878
```PYTHON
879879
from gen_ai_hub.proxy.langchain.init_models import init_llm
@@ -943,7 +943,7 @@ Include the following in the body of the request.
943943

944944
[OPTION BEGIN [GENERATIVE AI HUB SDK]]
945945

946-
Similarly change the value for prompt and re-run the cell in jupter notebook.
946+
Similarly change the value for prompt and re-run the cell in Jupyter notebook.
947947

948948
```PYTHON
949949
from gen_ai_hub.proxy.langchain.init_models import init_llm
@@ -1012,7 +1012,7 @@ Include the following in the body of the request.
10121012

10131013
[OPTION BEGIN [GENERATIVE AI HUB SDK]]
10141014

1015-
Similarly change the value for prompt and re-run the cell in jupter notebook.
1015+
Similarly change the value for prompt and re-run the cell in Jupyter notebook.
10161016

10171017
```PYTHON
10181018
from gen_ai_hub.proxy.langchain.init_models import init_llm
@@ -1079,7 +1079,7 @@ Include the following in the body of the request.
10791079

10801080
[OPTION BEGIN [GENERATIVE AI HUB SDK]]
10811081

1082-
Similarly change the value for prompt and re-run the cell in jupter notebook.
1082+
Similarly change the value for prompt and re-run the cell in Jupyter notebook.
10831083

10841084
```PYTHON
10851085
from gen_ai_hub.proxy.langchain.init_models import init_llm
@@ -1155,7 +1155,7 @@ Include the following in the body of the request.
11551155

11561156
[OPTION BEGIN [GENERATIVE AI HUB SDK]]
11571157

1158-
Similarly change the value for prompt and re-run the cell in jupter notebook.
1158+
Similarly change the value for prompt and re-run the cell in Jupyter notebook.
11591159

11601160
```PYTHON
11611161
from gen_ai_hub.proxy.langchain.init_models import init_llm

0 commit comments

Comments
 (0)