File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -219,3 +219,4 @@ rendered-template/
219219key.txt
220220{{cookiecutter.project_slug}} /services /llm-router /google_vertexai.json
221221.idea /
222+ llm_in_a_box /
Original file line number Diff line number Diff line change @@ -66,10 +66,8 @@ For now we assume you are using docker.
6666pixi shell -e dev
6767git clone https://github.com/complexity-science-hub/llm-in-a-box-template.git
6868cd llm-in-a-box-template
69-
7069pixi run tpl-init-cruft
7170
72-
7371# alternatively:
7472# pip install cruft jinja2-ospath
7573# cruft create [email protected] :complexity-science-hub/llm-in-a-box-template.git@@ -78,7 +76,7 @@ pixi run tpl-init-cruft
7876Ensure you have checked out vllm (afterwards):
7977
8078```
81- git clone --branch v0.9.2 --depth 1 https://github.com/vllm-project/vllm.git services/model-server/vllm
79+ git clone --branch v0.10.0 --depth 1 https://github.com/vllm-project/vllm.git services/model-server/vllm
8280```
8381
8482Now set up your secrets in the ` .env ` file.
You can’t perform that action at this time.
0 commit comments