Skip to content
Snippets Groups Projects
Commit 9a06875d authored by Chester Hu's avatar Chester Hu
Browse files

Update RAG_Chatbot_Example.ipynb

parent b07f349a
No related branches found
No related tags found
No related merge requests found
......@@ -250,9 +250,9 @@
},
"outputs": [],
"source": [
"model = meta-llama/Llama-2-7b-chat-hf \n",
"volume = $PWD/data \n",
"token = #Your own HF tokens \n",
"model = meta-llama/Llama-2-7b-chat-hf\n",
"volume = $PWD/data\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"
]
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment