Michał T. Lorenc

Results 122 issues of Michał T. Lorenc

Hi, Any plans to add Annocript to [Bioconda](http://bioconda.github.io/)? michal

Hi, This is a nice project. How is it possible to search in a database or do I have to use ElasticSearch? Thank you in advance, Michal

Could CloudHaskell's API also apply to OpenCL so the code same code could run on the GPU? A parallel algorithms library https://github.com/thrust/thrust would be nice to have it for CloudHaskell...

Hi, Thank you. I tried to override the resource settings with the below file for this [workflow](https://github.com/hoelzer-lab/rnaflow/). ``` > cat nextflow.config process { withName: 'deseq2' { memory = 60 GB...

Hi, I got an error: 1. Average PE read length -nan Illegal division by zero at -e line 1. 2. Error correction of PE reads failed. Check pe.cor.log. However, I...

Hi, Would it be possible to add more checkpoints to prevent restarting the jobs if not enough memory or wall time has been provided? Many thanks for considering my request....

Hi, I just started my macos and did the following steps: ``` (base) michal@Michals-MacBook-Pro ai-tools % ollama pull mistral pulling manifest pulling e8a35b5937a5... 100% ▕███████████████████████████████████████████████████████████▏ 4.1 GB pulling 43070e2d4e53... 100%...

Hi, Can you run `gpt-3.5-turbo` and not `gpt-4-0125-preview` because I got `insufficient_quota` from privateGPT. Do you know how to pay for the API? Thank you in advance.

Hi, I was able to get PrivateGPT running with Ollama + Mistral in the following way: ``` conda create -n privategpt-Ollama python=3.11 poetry conda activate privateGPT-Ollama git clone https://github.com/imartinez/privateGPT privateGPT-Ollama...

### What happened? ``` conda create -n ag python=3.11 conda activate ag pip install autogenstudio pip install litellm --upgrade litellm --model ollama/mistral ``` ### Relevant log output ```shell Traceback (most...

bug