Kaleo
Kaleo
closing as done
@xavierchow yes, we support something like this, I can setup it for you later  ( I may misunderstand your request in here, we still need a better integration for...
actually there are two issues: 1. the backend loads all history for each get pipelines api https://github.com/Wiredcraft/pipelines/blob/aeb8b65d47bd77ef7b5e9e4f21b8b1933fc39952/pipelines/api/utils.py#L82 which can be a mem killer and slow down api response 2. there...
I'm kind of busy recently but sure, I can create a PR later. 😄
do we have any plan on this?
load this script in your vim can fix that. thanks @sayidly ! ```vimscript autocmd FileType markdown imap ExpanderForAutoPairs() function ExpanderForAutoPairs() " get current line let line = getline(".") " get...
Looking forward to such a feature too. In my case, I use lorri to setup the development env which includes lint tool/runtime/LSP. usually, I work on different projects with Python...
I successfully built the changes in nixpkgs with https://github.com/NixOS/nixpkgs/pull/354969. but I noticed that the location of `libggml_rocm.so` has changed from `dist/linux-amd64/lib/` to `llama/build/linux-amd64/`. This change causes the installPhase to fail...