Skip to content

Commit bf97fc8

Browse files
committed
chore: ignore default folder
1 parent 03cc952 commit bf97fc8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,4 @@ rendered-template/
219219
key.txt
220220
{{cookiecutter.project_slug}}/services/llm-router/google_vertexai.json
221221
.idea/
222+
llm_in_a_box/

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@ For now we assume you are using docker.
6666
pixi shell -e dev
6767
git clone https://github.com/complexity-science-hub/llm-in-a-box-template.git
6868
cd llm-in-a-box-template
69-
7069
pixi 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
7876
Ensure 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

8482
Now set up your secrets in the `.env` file.

0 commit comments

Comments
 (0)