Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If first token generated from the server is the stop word the server …
…will crash (#7038) This will reproduce the issue in llama13b { 'prompt': 'Q: hello world \nA: ', 'stop': ['\n'], 'temperature': 0.0, 'n_predict': 10, 'cache_prompt': True, 'n_probs': 10 }
- Loading branch information