Skip to content

Commit 389445a

Browse files
authored
new changes made
1 parent ab3aea5 commit 389445a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ primary_tag: software-product>sap-ai-core
77
author_name: Dhrubajyoti Paul
88
author_profile: https://github.com/dhrubpaul
99
---
10-
# Using Custom models on SAP AI Core VIA ollama
11-
<!-- description --> In this tutorial we are going to learn on how to deploy a custom LLM on AI core using ollama for the example we would be taking Gemma as a model from hugging face and deploy it on SAP AI core.
10+
# Using Small Language models on SAP AI Core VIA ollama
11+
<!-- description --> In this tutorial we are going to learn on how to deploy a SLM on AI core using ollama for the example we would be taking llava-phi3 as a model from hugging face and deploy it on SAP AI core
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)
@@ -25,7 +25,7 @@ In this tutorial we are deploying ollama an open-source project that serves as a
2525

2626
![image](img/solution-architecture.png)
2727

28-
We can pick any model from the above model hubs and connect it to AI core for the example we are going to deploy ollama on AI core and enable Gemma and inference the same.
28+
We can pick any model from the above model hubs and connect it to AI core for the example we are going to deploy ollama on AI core and enable llava-phi3 and inference the same.
2929

3030
### Adding workflow file to github
3131
Workflows for SAP AI Core are created using YAML or JSON files that are compatible with the SAP AI Core schema. Let’s start with adding a Argo Workflow file to manage: `ollama`.

0 commit comments

Comments
 (0)