-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
I simply wanted to bring up the point that the output can vary based on the number of threads selected, even if the seed stays constant.
I have an intel core i7 10700K that has 16 threads.
For this example I'm using the 13B model (./models/13B/ggml-model-q4_0.bin)
When I put -t 14 (make -j && ./main -m ./models/13B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -t 14 -n 50 --seed 1678486056), I got this result:

When I put -t 15 (make -j && ./main -m ./models/13B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -t 15 -n 50 --seed 1678486056), I got this result:

I have zero knowledge in machine learning, perhaps this is a normal behavior.
Looking forward for your reactions!
j-f1
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request