We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ef5e5 commit 8fcd7ebCopy full SHA for 8fcd7eb
test/e2e/jupyter-notebook/README.md
@@ -15,7 +15,7 @@ EVALUATOR_URL = "http://nemoevaluator-sample.nemo.svc.cluster.local:8000" # Eval
15
GUARDRAILS_URL = "http://nemoguardrails-sample.nemo.svc.cluster.local:8000" # Guardrails
16
NIM_URL = "http://meta-llama3-1b-instruct.nemo.svc.cluster.local:8000" # NIM
17
HF_TOKEN = "<your-huggingface-token>"
18
-BASE_MODEL = "meta/llama-3.2-1b-instruct"
+BASE_MODEL = "meta/llama-3.1-8b-instruct"
19
```
20
21
**NOTE:** if you have are already gone through steps in the QuickStart guide, you can skip steps 2-4
0 commit comments