Skip to content

Commit 8fcd7eb

Browse files
Updating model for juptyer notebook
Signed-off-by: Vishesh Tanksale <[email protected]>
1 parent 63ef5e5 commit 8fcd7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/jupyter-notebook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EVALUATOR_URL = "http://nemoevaluator-sample.nemo.svc.cluster.local:8000" # Eval
1515
GUARDRAILS_URL = "http://nemoguardrails-sample.nemo.svc.cluster.local:8000" # Guardrails
1616
NIM_URL = "http://meta-llama3-1b-instruct.nemo.svc.cluster.local:8000" # NIM
1717
HF_TOKEN = "<your-huggingface-token>"
18-
BASE_MODEL = "meta/llama-3.2-1b-instruct"
18+
BASE_MODEL = "meta/llama-3.1-8b-instruct"
1919
```
2020

2121
**NOTE:** if you have are already gone through steps in the QuickStart guide, you can skip steps 2-4

0 commit comments

Comments
 (0)