Skip to content

server consistently yields bad answers, yet same prompt to ./main consistently produces correct answer, is server broken or am I using it wrong? #6469

Closed Answered by ggerganov
segmond asked this question in Q&A
Discussion options

You must be logged in to vote

Using -c 4096 -np 4 will result in just 4096/4 = 1024 tokens of context window which seems not enough to fit this prompt. You can either try to reduce -np or increase -c. For example, try -c 4096 -np 1

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by segmond
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants