Julian Pollmann

Results 15 issues of Julian Pollmann

This is a (multiple allowed): * [x] enhancement * [x] feature-discussion (RFC) * BootstrapUI Version: dev-develop * Bootstrap Framework Version: 4.3.1 * jQuery: 3.3.1 ### What you did Tried to...

enhancement

## Environment info - `adapter-transformers` version: 3.2.1 - Platform: Linux-6.2.0-27-generic-x86_64-with-glibc2.37 - Python version: 3.10.9 - PyTorch version (GPU?): 1.13.1 (GPU) ## Details I'm trying to train a EncoderDecoder Adapter with...

bug
bug:encoder-decoder

## Environment info - `adapter-transformers` version: 3.2.1 - Platform: Linux-6.2.0-27-generic-x86_64-with-glibc2.37 - Python version: 3.10.9 - PyTorch version (GPU?): 1.13.1 (GPU) ## Details Hey, I'm trying to train a adapter for...

bug
bug:encoder-decoder

Merge PRs only after CI action successes into `main` using `merge_queues`

There are several occurences of numpy comparisons, which will fail with more recent numpy versions (e.g. 1.26). Previous versions raise a warning. E.g: Python 1.24: ``` /matchms/networking/SimilarityNetwork.py:110: DeprecationWarning: elementwise comparison...

Hey @gojomo @hechth @piskvorky @mpenkov, I've created a new PR for the Migration to numPy 2.0 and the removal of deprecated scipy functions. What has been done so far: -...

This fixes #3607. See [this](https://github.com/actions/runner-images/issues/11101) for more information.

As adressed [here](https://github.com/actions/runner-images/issues/11101), Ubuntu 20.04 runner images were removed for Github actions on April 15, 2025. The CI will therefore not run on these images and fail. Runner Images should...

With Python 3.14 tests throw an error: ``` gensim/test/test_corpora.py:693: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _...

Adds experimental support for Python 3.14. To be fixed: - [ ] #3628