Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fongcj committed Nov 26, 2024
1 parent f977bb6 commit b373470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/databricks-llama-test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
"metadata": {},
"cell_type": "markdown",
"source": [
"\n",
"# Databricks LLM Test\n",
"This test notebook:\n",
"- Creates a client object with Databricks using a user token\n",
"- Prompts an LLM of a user's choice (`SERVING_MODEL`)\n",
"- Returns the content of the message\n",
"\n",
"Notes: \n",
"- Compute cluster info: `CDSI ML Cluster`\n",
"- [How to get your Databricks token](https://docs.databricks.com/en/dev-tools/auth/pat.html) \n",
"- Compute cluster: `CDSI ML Cluster`\n",
"- The `SERVING_MODEL` must be a serving endpoint in Databricks. This process in done in the [Databricks UI](https://msk-mode-test.cloud.databricks.com/ml/endpoints/)\n",
"- When testing is completed, MAKE SURE THE `CDSI ML Cluster` IS NO LONGER RUNNING. Unexpected costs will result even if cluster is idle!\n",
"\n",
Expand Down

0 comments on commit b373470

Please sign in to comment.