Skip to content

Commit

Permalink
quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Oct 24, 2024
1 parent 9d6fc82 commit b7c9929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/beam-ml/run_inference_vllm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
"1. Construct a Dockerfile and push a new Docker image. You can use the same Dockerfile that you created previously, but you need to add a step to set your HuggingFace authentication key. In your Dockerfile, add the following line before the entrypoint:\n",
"\n",
" ```\n",
" RUN python3 -c 'from huggingface_hub import HfFolder; HfFolder.save_token("<TOKEN>")'\n",
" RUN python3 -c 'from huggingface_hub import HfFolder; HfFolder.save_token(\"<TOKEN>\")'\n",
" ```\n",
"\n",
"2. Set pipeline options. You can reuse the options defined in this notebook. Replace the Docker image location with your new Docker image.\n",
Expand Down

0 comments on commit b7c9929

Please sign in to comment.