Sigurd Spieckermann
Sigurd Spieckermann
### Your current environment The output of `python collect_env.py` ```text PyTorch version: 2.5.1+cu124 Is debug build: False CUDA used to build PyTorch: 12.4 ROCM used to build PyTorch: N/A OS:...
I'm trying to use the pre-compiled Linux wheels from the release assets but stumbled over an error in the compiled shared library. Let's analyze the shared library of [`flash_attn-2.7.4.post1+cu12torch2.6cxx11abiTRUE-cp312-cp312-linux_x86_64.whl`](https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.6cxx11abiTRUE-cp312-cp312-linux_x86_64.whl) with...
### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description When validating the assignment to a model field with `validate_assignment=True`, the model before validator receives a...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The generated JSON Schema for a generic model with multiple attributes using the same type parameter...
I've added the [PEP 561](https://peps.python.org/pep-0561/) `py.typed` marker file to support type checking. Without it, mypy is raising the following error on imports from `ragas`: ``` Skipping analyzing "ragas": module is...
Capping the Python version (e.g. `=`.
I noticed that Kaniko does not include build arg values in the Docker image history while `docker build` does. This is a minimal example: 1. A simple `Dockerfile`: ```Dockerfile FROM...
# Bug Report ## Description When defining a stage in `dvc.yaml`, it is important to declare dependencies via the `deps` field, so that DVC can leverage its cache to avoid...
I've added support for providing serialized answers to multiselect choice questions. This feature enables two use cases: 1. The default value can be templated by rendering default choice items as...
I've fixed a problem that prevents especially Copier _users_ from overriding the answers file location via the `-a,--answers-file` CLI flag (or equivalent API argument) with a file path in a...