Skip to content

Commit 2cab571

Browse files
Update Configuring-ls1-Brads-Env.md
Signed-off-by: Brad Hutchings <[email protected]>
1 parent 9a6cb63 commit 2cab571

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

docs/Configuring-ls1-Brads-Env.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ printf "\n**********\n*\n* FINISHED: Verify Contents of Zip Archive.\n*\n*******
6464
```
6565

6666
---
67-
### OPTIONAL: Create website Directory in Archive
67+
### Create website Directory in Archive
6868

6969
`llama.cpp` has a built in chat UI. If you'd like to provide a custom UI, you should add a `website` directory to the `llama-server-one` archive. `llama.cpp`'s chat UI is optimized for serving inside the project's source code. But we can copy the unoptimized source:
7070
```
@@ -77,7 +77,7 @@ zip -0 -r $LLAMA_SERVER_ONE_ZIP website/*
7777
printf "\n**********\n*\n* FINISHED: Create website Directory in Archive.\n*\n**********\n\n"
7878
```
7979

80-
#### OPTONAL: Verify website Directory in Archive
80+
#### Verify website Directory in Archive
8181

8282
Verify that the archive has your website:
8383
```
@@ -102,29 +102,11 @@ model.gguf
102102
8080
103103
--ctx-size
104104
8192
105-
...
106-
EOF
107-
printf "\n**********\n*\n* FINISHED: Create Default args File.\n*\n**********\n\n"
108-
```
109-
110-
#### OPTIONAL: Create default-args File with Website
111-
112-
If you added a website to the archive, use this instead:
113-
```
114-
cat << EOF > $DEFAULT_ARGS
115-
-m
116-
model.gguf
117-
--host
118-
127.0.0.1
119-
--port
120-
8080
121-
--ctx-size
122-
8192
123105
--path
124106
/zip/website
125107
...
126108
EOF
127-
printf "\n**********\n*\n* FINISHED: Create Default args File with Website.\n*\n**********\n\n"
109+
printf "\n**********\n*\n* FINISHED: Create Default args File.\n*\n**********\n\n"
128110
```
129111

130112
---

0 commit comments

Comments
 (0)