Steffen Röcker
Steffen Röcker
> *small update: download 0.9.8 if you can. There was unfortunate timing with a new binary we are including that I need to solve this same problem for (but don't...
> > *small update: download 0.9.8 if you can. There was unfortunate timing with a new binary we are including that I need to solve this same problem for (but...
> @sroecker Thanks for sharing this! To answer the node version question, we build with 19.0.0 but other versions should work. I'll add this to CONTRIBUTING.md. Thanks! I managed to...
Hi Jonathan, no worries, that's a pretty good bug report. Can you check what files are in the directory site-packages\PyFastBTD given in one of the error messages. If there's a...
Did you check that there's a .dll file in the site-packages directory? If yes you could try to change the / to a \. If not it's going to be...
Seems like you're missing packages to actually build the library. python setup.py install should give you error messages. Try sudo apt-get install cmake build-essentials g++ gcc Btw, usually the way...
You can try my version for now https://ollama.ai/sroecker/merlinite
I think this can be closed now. @jmorganca
> @ericcurtin I’m not a maintainer here, but I’ll point out that [IBM Granite](https://huggingface.co/ibm-granite/granite-7b-base) is largely unrelated to the IBM Granite Code models, and I’ve had the opposite anecdotal experience....
The PR to add granite support for transformers (add MLP bias - gate, up, down) can be found here: https://github.com/huggingface/transformers/pull/30031/files