Ingo Marquardt
Ingo Marquardt
I first though this would be an easy one, I had a short look at it some time ago and figured out that it is not so easily solved.
As far as I understand, `asyncio` has implications beyond aesthetics / readability. Similar to [this](https://github.com/pyppeteer/pyppeteer/issues/99) issue, I encountered a case where a pyppeteer `Browser` object needs to be initialised by...
According to the above list, export of BLOOM models to ONNX is already supported, right? Is export to ONNX already supposed to work for base models that have been finetuned...
@fxmarty thanks for looking into it. Locally, I installed directly from PyPI (with pipenv). In other words, I did not follow the specific instructions for CUDA 12, so that explains...
Regarding this error: > RuntimeError: Error when binding input: There's no data transfer registered for copying tensors from Device:[DeviceType:1 MemoryType:0 DeviceId:0] to Device:[DeviceType:0 MemoryType:0 DeviceId:0] Perhaps the `ORTModelForCausalLM` model was...
I like the idea of controlling the `keep_alive` behvaiour via the environment variable `OLLAMA_KEEPALIVE`, as opposed to request parameters. In the scenarios that I can think of, if and when...
@Chris-AS1 thanks for the clarification. For anyone else who got here while trying to figure out how to disable unloading of a deployed model (after 5 minutes), the following cron...
@parrenin thanks for that. I also ended up installing the spyder 5 deb packages with `sudo apt-get install spyder` on Ubuntu 24 with wayland. The other solutions discussed above did...
Log folder is included (2b2c9ddaab071644bfd624ad9959e17aba381b5e). Possible enhancement: Let user choose log folder in GUI?
It's hard to guess what may have gone wrong from the traceback alone. If I remember correctly, the easiest way to create a design matrix is to run `/pyprf/pyprf/stimulus_presentation/code/create_design_matrix.py` is...