Explorar o código

Update RAG_Chatbot_Example.ipynb

Chester Hu hai 1 ano
pai
achega
9a06875dec
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb

+ 3 - 3
demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb

@@ -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"
    ]
   },