Skip to content

Commit

Permalink
Remove HUGGINGFACEHUB_API_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang, Rui <rui2.zhang@intel.com>
  • Loading branch information
rui2zhang committed Nov 15, 2024
1 parent 99760ef commit 3a0bc24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions EdgeCraftRAG/tests/test_compose_on_arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ EC_RAG_SERVICE_PORT=16010
MODEL_PATH="/home/media/models"
HF_ENDPOINT=https://hf-mirror.com

HUGGINGFACEHUB_API_TOKEN="your token"


function build_docker_images() {
cd $WORKPATH/docker_image_build
Expand Down
2 changes: 0 additions & 2 deletions EdgeCraftRAG/tests/test_compose_vllm_on_arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ LLM_MODEL="Qwen/Qwen2-7B-Instruct"
VLLM_SERVICE_PORT=8008
vLLM_ENDPOINT="http://${HOST_IP}:${VLLM_SERVICE_PORT}"

HUGGINGFACEHUB_API_TOKEN="your token"


function build_docker_images() {
cd $WORKPATH/docker_image_build
Expand Down

0 comments on commit 3a0bc24

Please sign in to comment.