Skip to content

Commit

Permalink
fixed model descriptions, clarified a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sujee Maniyam <sujee@node51.com>
  • Loading branch information
sujee committed Oct 31, 2024
1 parent db70073 commit 8155bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions examples/notebooks/rag/rag_1A_dpk_process_ray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "b0cd8ebd-bf71-42d6-a397-8df0c7b66a26",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -303,8 +303,7 @@
" \"data_files_to_use\": ast.literal_eval(\"['.pdf']\"),\n",
" # orchestrator\n",
" \"runtime_worker_options\": ParamsUtils.convert_to_ast(worker_options),\n",
" # \"runtime_num_workers\": MY_CONFIG.RAY_RUNTIME_WORKERS,\n",
" \"runtime_num_workers\": 1 , # Setting it to 1 for this particular run\n",
" \"runtime_num_workers\": 1, # so model download to cleanup works properly\n",
" \"runtime_pipeline_id\": \"pipeline_id\",\n",
" \"runtime_job_id\": \"job_id\",\n",
" \"runtime_code_location\": ParamsUtils.convert_to_ast(code_location),\n",
Expand Down
4 changes: 2 additions & 2 deletions examples/notebooks/rag/rag_1D_query_replicate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@
"| ibm-granite/granite-3.0-8b-instruct | IBM | 8 B | IBM's newest Granite Model v3.0 (default) |\n",
"| ibm-granite/granite-3.0-2b-instruct | IBM | 2 B | IBM's newest Granite Model v3.0 |\n",
"| meta/meta-llama-3.1-405b-instruct | Meta | 405 B | Meta's flagship 405 billion parameter language model |\n",
"| meta/meta-llama-3-8b-instruct | Meta | 8 B | |\n",
"| meta/meta-llama-3-70b-instruct | Meta | 70 B | |\n",
"| meta/meta-llama-3-8b-instruct | Meta | 8 B | Meta's 8 billion parameter language model |\n",
"| meta/meta-llama-3-70b-instruct | Meta | 70 B | Meta's 70 billion parameter language model |\n",
"\n",
"References \n",
"\n",
Expand Down

0 comments on commit 8155bb7

Please sign in to comment.