Skip to content

Commit

Permalink
Update ChatDocs.ipynb
Browse files Browse the repository at this point in the history
remove model_type paramater
  • Loading branch information
davedgd committed Feb 22, 2024
1 parent 81b3f4c commit 8379786
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ChatDocs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "b1062256-93dc-4ba5-be74-17407bebf867",
"outputId": "ddb6b2d4-03e1-4cc1-e8a2-f44965dda4a7"
"outputId": "66192874-0593-46c8-c7fe-2b1ba1810f49"
},
"outputs": [
{
Expand All @@ -32,8 +32,8 @@
"/usr/local/lib/python3.10/dist-packages/torch/_utils.py:831: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()\n",
" return self.fget.__get__(instance, owner)()\n",
"max_seq_length 512\n",
"Fetching 1 files: 100% 1/1 [00:00<00:00, 17623.13it/s]\n",
"Fetching 1 files: 100% 1/1 [00:00<00:00, 3566.59it/s]\n"
"Fetching 1 files: 100% 1/1 [00:00<00:00, 17119.61it/s]\n",
"Fetching 1 files: 100% 1/1 [00:00<00:00, 3560.53it/s]\n"
]
}
],
Expand All @@ -48,7 +48,6 @@
"ctransformers:\n",
" model: TheBloke/OpenHermes-2.5-Mistral-7B-GGUF\n",
" model_file: openhermes-2.5-mistral-7b.Q4_K_M.gguf\n",
" model_type: llama\n",
" config:\n",
" gpu_layers: 50\n",
"\n",
Expand All @@ -69,7 +68,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "4448c264-1894-4884-8e85-0d020fd68d16",
"outputId": "6acd06fe-4f6d-4d8e-d9a9-e52181c77125"
"outputId": "59741a1d-37a3-4d3b-a8a0-ff1472d1e599"
},
"outputs": [
{
Expand Down Expand Up @@ -99,7 +98,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "e7833375-5b6b-4ff2-afdd-8f6cf04d6a4d",
"outputId": "e07ba948-569a-4807-e3f6-3b039713a090"
"outputId": "fe6f9177-323b-4e49-bda1-d92aaede117f"
},
"outputs": [
{
Expand Down

0 comments on commit 8379786

Please sign in to comment.