jartine commited on
Commit
530937e
1 Parent(s): 0c1e8b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -62,13 +62,8 @@ model. You can prompt the model for completions on the command line too:
62
  ```
63
 
64
  This model has a max context window size of 128k tokens. By default, a
65
- context window size of 4096 tokens is used. You can use a larger context
66
- window by passing the `-c 8192` flag. The software currently has
67
- limitations in its llama v3.1 support that may prevent scaling to the
68
- full 128k size. See our
69
- [Phi-3-medium-128k-instruct-llamafile](https://huggingface.co/Mozilla/Phi-3-medium-128k-instruct-llamafile)
70
- repository for llamafiles that are known to work with a 128kb context
71
- size.
72
 
73
  On Windows there's a 4GB limit on executable sizes. You can work around
74
  that by downloading the [official llamafile
 
62
  ```
63
 
64
  This model has a max context window size of 128k tokens. By default, a
65
+ context window size of 8192 tokens is used. You can use the maximum
66
+ context window by passing the `-c 0` flag.
 
 
 
 
 
67
 
68
  On Windows there's a 4GB limit on executable sizes. You can work around
69
  that by downloading the [official llamafile