Skip to content

Commit 8714c35

Browse files
committed
refactor: only set target for default model
Remove hacky pattern rule to download models
1 parent 313eccb commit 8714c35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ endif
2020
down:
2121
$(DOCKER) compose down
2222

23-
%:
23+
llama-3-8b:
2424
cd models && ../docker-entrypoint.sh $@

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ for the complete list of server options.
3838

3939
The [`docker-entrypoint.sh`](docker-entrypoint.sh) has targets for downloading
4040
popular models. Run `./docker-entrypoint.sh --help` to list available models.
41-
Download models by running `./docker-entrypoint.sh <model>` or `make <model>`
42-
where `<model>` is the name of the model. By default, these will download the
43-
`_Q5_K_M.gguf` versions of the models. These models are quantized to 5 bits
44-
which provide a good balance between speed and accuracy.
41+
Download models by running `./docker-entrypoint.sh <model>` where `<model>` is
42+
the name of the model. By default, these will download the `_Q5_K_M.gguf`
43+
versions of the models. These models are quantized to 5 bits which provide a
44+
good balance between speed and accuracy.
4545

4646
Confused about which model to use? Below is a list of popular models, ranked by
4747
[ELO rating](https://en.wikipedia.org/wiki/Elo_rating_system). Generally, the

0 commit comments

Comments
 (0)