Comment on StableCodeparentComments−layoric3yI believe that is more related to how the default Huggingface inference UI is prompting. Running locally with the correct prompt template it gives default completes, eg``` def square(x): return x*x ```
Comments
I believe that is more related to how the default Huggingface inference UI is prompting. Running locally with the correct prompt template it gives default completes, eg
``` def square(x): return x*x ```