Hippalectryon
Hippalectryon
Right now the bot is tailored towards the default, one-coin strategy.
Issue: we can't import [ggml](https://github.com/ggerganov/ggml) (ex: llama-cpp) models.
#### Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version PyCharm 2023.1.2 #### Operating System Ubuntu 22 #### TeXiFy IDEA version 0.7.30 #### What I did (steps to reproduce) When...
### Feature request using either [guidance](https://github.com/microsoft/guidance) or [lmql](https://github.com/eth-sri/lmql), use a better prompt template NOTE: they don't support ggml yet, see https://github.com/microsoft/guidance/issues/58 and https://github.com/eth-sri/lmql/pull/18. I'm just opening the issue to avoid...
### Search first - [X] I searched and no similar issues were found ### What Happened? I was trying out the zoom feature. I read on the wiki that on...
From #4 : > @fujiisoup, would you be up for transferring the project to the [xarray-contrib](https://github.com/xarray-contrib) organization? I am thinking that It would help increase the overall visibility of the...
Continuation of #4 Projects to consider: - [xarray-dsp](https://github.com/smartass101/xarray-dsp) > There are also a few wrappers for wavelets from pycwt, but I guess those wouldn't really fit into xr-scipy since pycwt...
As indicated in https://fortran-lang.org/learn/quickstart/variables/, modules can be used inside `BLOCK`: ``` module your_module implicit none integer :: n = 2 end module program main implicit none real :: x block...
Example, outside any `module`: ```file.f08 interface !... end interface function FUNC() !... end function FUNC ``` This compiles fine, but the linter shows an error on `FUNC`.
### Is there an existing issue for this problem? - [x] I have searched the existing issues ### Install method Invoke's Launcher ### Operating system Linux ### GPU vendor Nvidia...