Y
Hacker News
new
|
ask
|
show
|
jobs
by
layoric
1038 days ago
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 ```