Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
epaisano committed Jan 22, 2024
1 parent 8de096e commit 81d7789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ and will instead use the command line interface.
Press `CTRL-C` to end the program and return to the command prompt.
We can pass the `-f` flag to our llamafile in order to specify that the input should come from a file instead of the web interface.
We will combing `-f` with the special file `/dev/stdin` to enable piping into the llamafile.
We will be combining `-f` with the special file `/dev/stdin` to enable piping into the llamafile.
Here's an example command:
```
$ echo "[INST]Write 1 paragraph explaining why the shell is important for big data.[/INST]" | ./mistral-7b-instruct-v0.2.Q5_K_M.llamafile -f /dev/stdin
Expand Down

0 comments on commit 81d7789

Please sign in to comment.