khimaros
khimaros
does the FDroid release use location data from UnifiedNlp or is that disabled due to the Google Location Services bits being removed thus the request never reaches microG or its...
filed a separate issue for UnifiedNlp support in the FDroid release here: https://github.com/mendhak/gpslogger/issues/1045
this is fantastic to see and i'm sure it was no small effort to rebase given how much has changed since the feature was initially developed. thank you!
FYI there is some interest in this space at https://codeberg.org/Freeyourgadget/Gadgetbridge/issues/2383 and some work under way to expose the current heart rate data in Gadgetbridge here https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/3093
for me, when using LlamaCppEmbedding, chunk and overlap was not helpful. the results returned are almost in reverse order of what they should be with the best results almost dead...
@Aircoookie thank you for the detailed breakdown, a few questions inline: > * There should be an Arduino library for it ([this](https://github.com/jakubdybczak/esp32-arduino-matter) seems like a starting point already) what sort...
i've produced a `.tool-versions` (used with rtx) and `pyproject.toml` which is working well for CPU only inference. **.tool-versions** ``` python 3.10.6 ``` **pyproject.toml** ``` [tool.poetry] name = "text-generation-webui" version =...
the python ecosystem seems to be moving toward pip-tools instead of poetry. mixes well with rtx
this is a related spec: https://developer.chrome.com/blog/web-push-encryption/
try increasing `n_ctx` to something like 2048