Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix: . -> : at the end, sometime -> some time
Browse files Browse the repository at this point in the history
  • Loading branch information
katopz committed Apr 6, 2023
1 parent 28056b8 commit 97d9042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ Some additional things to try:
### Docker

```shell
# To build (This will take sometime, go grab some coffee).
# To build (This will take some time, go grab some coffee):
docker build -t llama-rs .
# To run with prompt.
# To run with prompt:
docker run --rm --name llama-rs -it -v ${PWD}/data:/data -v ${PWD}/examples:/examples llama-rs -m data/gpt4all-lora-quantized-ggml.bin -p "Tell me how cool the Rust programming language is:"
# To run with prompt file and repl (will wait for user input).
# To run with prompt file and repl (will wait for user input):
docker run --rm --name llama-rs -it -v ${PWD}/data:/data -v ${PWD}/examples:/examples llama-rs -m data/gpt4all-lora-quantized-ggml.bin -f examples/alpaca_prompt.txt --repl
```

Expand Down

0 comments on commit 97d9042

Please sign in to comment.