Danilo Palumbo

Results 8 issues of Danilo Palumbo

Adding support for Cohere LLM

HI, I'm working on implementing Cohere LLM, and the separator used for startCode and endCode ( and ) doesn't work: I'm testing with different characters: 1. -_ 2. __ 3....

enhancement

We actually don't have a response, so we should fix the response

Got this error with pip (`pip install vllm`): ``` error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output....

Installation

I'm trying to run bark on my M2, 8 gb of memory: this is the code: ``` from transformers import AutoProcessor, BarkModel import torch device = "mps" if torch.backends.mps.is_available() else...

Hi, Got some trouble compiling everything. I'm using Windows 11 with MinGW. I'm just looking for an exe that supports redirection, since the standard one does not support it and...

Hi there, `aimlflow` is currently not working with Python 3.13. With `uv pip install aim-mlflow` ``` × Failed to build `pysqlite3==0.5.4` ├─▶ The build backend returned an error ╰─▶ Call...