File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed
DocSum/docker_compose/intel Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ services:
4040 LLM_ENDPOINT : ${LLM_ENDPOINT}
4141 LLM_MODEL_ID : ${LLM_MODEL_ID}
4242 HUGGINGFACEHUB_API_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
43+ HF_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
4344 MAX_INPUT_TOKENS : ${MAX_INPUT_TOKENS}
4445 MAX_TOTAL_TOKENS : ${MAX_TOTAL_TOKENS}
4546 DocSum_COMPONENT_NAME : ${DocSum_COMPONENT_NAME}
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ services:
4040 LLM_ENDPOINT : ${LLM_ENDPOINT}
4141 LLM_MODEL_ID : ${LLM_MODEL_ID}
4242 HUGGINGFACEHUB_API_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
43+ HF_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
4344 MAX_INPUT_TOKENS : ${MAX_INPUT_TOKENS}
4445 MAX_TOTAL_TOKENS : ${MAX_TOTAL_TOKENS}
4546 DocSum_COMPONENT_NAME : ${DocSum_COMPONENT_NAME}
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ services:
4545 http_proxy : ${http_proxy}
4646 https_proxy : ${https_proxy}
4747 HUGGINGFACEHUB_API_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
48+ HF_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
4849 MAX_INPUT_TOKENS : ${MAX_INPUT_TOKENS}
4950 MAX_TOTAL_TOKENS : ${MAX_TOTAL_TOKENS}
5051 LLM_ENDPOINT : ${LLM_ENDPOINT}
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ services:
4949 http_proxy : ${http_proxy}
5050 https_proxy : ${https_proxy}
5151 HUGGINGFACEHUB_API_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
52+ HF_TOKEN : ${HUGGINGFACEHUB_API_TOKEN}
5253 MAX_INPUT_TOKENS : ${MAX_INPUT_TOKENS}
5354 MAX_TOTAL_TOKENS : ${MAX_TOTAL_TOKENS}
5455 LLM_ENDPOINT : ${LLM_ENDPOINT}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export https_proxy=$https_proxy
1313export HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
1414
1515export LLM_ENDPOINT_PORT=8008
16- export LLM_MODEL_ID=" Intel/neural-chat-7b-v3-3 "
16+ export LLM_MODEL_ID=" meta-llama/Meta-Llama-3-8B-Instruct "
1717export MAX_INPUT_TOKENS=1024
1818export MAX_TOTAL_TOKENS=2048
1919
You can’t perform that action at this time.
0 commit comments