We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a3a0a commit 612780bCopy full SHA for 612780b
scripts/entrypoint.sh
@@ -24,6 +24,7 @@ else
24
echo "Pulling LLM models, please wait until this process is done..."
25
python client/cli.py llm_pull --model llama3.1
26
python client/cli.py llm_pull --model llama3.2-vision
27
+ python client/cli.py llm_pull --model minicpm-v
28
echo "LLM models are ready!"
29
30
echo "Starting FastAPI app..."
0 commit comments