Skip to content

Commit 0f632b3

Browse files
authored
Fix version number in Python example
Replace `llama3` with `llama3.1` to avoid model not found error
1 parent b5f64c0 commit 0f632b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/quickstart/Running_Llama3_Anywhere/Running_Llama_on_Mac_Windows_Linux.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"\n",
8282
"def llama3(prompt):\n",
8383
" data = {\n",
84-
" \"model\": \"llama3\",\n",
84+
" \"model\": \"llama3.1\",\n",
8585
" \"messages\": [\n",
8686
" {\n",
8787
" \"role\": \"user\",\n",

0 commit comments

Comments
 (0)