Open murthyrudra opened 1 year ago
Looks like Jit failed for an unknown reason. I don't think that will break anything, but it probably means the kernels aren't fused and things will run a bit slower. I can't really reproduce this, can you try running with the suggested environment variable to get the actual error?
System Info
transformers
version: 4.27.0.dev0Who can help?
While testing
bigcode/santacoder-fast-inference
model onopenai_human_eval
dataset. I am getting the following warning. Is there something to be concerned about?@mayank31398 @joel
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Running inference on OpenAI's HumanEval dataset leads to this warning. Specifically when I use
temperature = 0.2
andtop_p = 0.2
inmodel.generate
methodExpected behavior
No Warning