-
Just to ensure that FIM is on the radar at jupyter-ai I leave this comment here.
FIM ([Fill-in-the-Middle](https://medium.com/@SymeCloud/what-is-fim-and-why-does-it-matter-in-llm-based-ai-53f333855…
-
` pip freeze:`
accelerate==0.19.0
anyio==3.6.2
boto3==1.26.135
botocore==1.29.135
certifi==2023.5.7
charset-normalizer==3.1.0
click==8.1.3
fastapi==0.95.2
filelock==3.12.0
fsspec==2023.5.0…
-
`./gradlew install` installs the launcher script of GNURadio to `$HOME/.gradle/curiostack/gnuradio/4.4.10/bin/`. Let's get it work. The first problem to solve is to install PyGtk but we may see more p…
-
> Please 👍 this feature request if you want chatgpt-shell to support different models (see [parent feature request](https://github.com/xenodium/chatgpt-shell/issues/244)). Also consider [sponsoring](h…
-
Hello! I was curious if anyone has gotten models like MPT and Starcoder to work with GGML and the M1 specifically using Metal/GPU. Thanks.
-
Dear authors,
Thanks for your work! I am interested in applying it in my study. I wonder could you provide the fine-tuned WizardCoder model file, which could be ready-for-use. Or could you pleas…
-
Very cool! Would it be complicated to use a python library which unifies the calling of different models so we could use Claude / OpenAI / local LLama etc?
maelp updated
1 month ago
-
After I had installed paper-qa
```
mamba create -n paperqa2 python=3.11
mamba activate paperqa2
git clone https://github.com/Future-House/paper-qa.git
cd paper-qa
pip install -e .
```
...a…
-
### What happened?
In the proxy admin UI (v1.44.23 stable), I added an invalid model by mistake*, and now I'm getting constant error messages in the logs with no way I can see to stop them.
The er…
-
Hi @loubnabnl and @ArmelRandy
Thank you for your work on StarCoder.
I was interested in fine-tuning the StarCoder LLM for a pythonic library that hasn't been exposed to the Code LLM yet.
I was …