Skip to content

Commit

Permalink
Fix broken formatting in the preview.
Browse files Browse the repository at this point in the history
Converting to a code block
  • Loading branch information
WuhanMonkey committed Jan 18, 2024
1 parent 1896fd8 commit b07f349
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,18 @@
]
},
{
"cell_type": "markdown",
"metadata": {},
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"model = meta-llama/Llama-2-7b-chat-hf \n",
"model = meta-llama/Llama-2-7b-chat-hf \n",
"volume = $PWD/data \n",
"token = #Your own HF tokens \n",
"token = #Your own HF tokens \n",
"docker run --gpus all --shm-size 1g -e HUGGING_FACE_HUB_TOKEN=$token -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:1.1.0 --model-id $model"
]
},
Expand Down

0 comments on commit b07f349

Please sign in to comment.