Julian Pollmann

Results 31 comments of Julian Pollmann

Even if this is older than a year, try to get as much debug information as possible. If your live server uses zlib compression, `ob_end_clean();` around line 332 in PhpExcelComponent...

It seems like this is caused by the trainer [freezing the model weights](https://github.com/adapter-hub/adapter-transformers/blob/master/src/transformers/adapters/model_mixin.py#L840-L845) and not adding adapter modules other than invertibles to the [EncoderDecoderMixin](https://github.com/adapter-hub/adapter-transformers/blob/master/src/transformers/adapters/mixins/encoder_decoder.py#L14). The trainer will not get any...

@hechth @niekdejonge gensim 4.4.0 with numpy 2 and Python 3.13 is out (not on conda yet). I added a [PR](https://github.com/hechth/spec2vec/pull/1) to update versions. Tests are passing.

Done with #3615

Should be fixed with 4e7f6c6 and ee22492

Hey @mpenkov @piskvorky, could you have a look into this or merge it? It would be useful for the numPy 2.0 Migration. What it does: - Update to Ubuntu 24.04...

@piskvorky @mpenkov could you approve the workflows or merge it? Or should I rework something?

@piskvorky @mpenkov builds for macOS are failing right now, since [installwheel from develop branch](https://github.com/piskvorky/gensim/blob/develop/.github/workflows/build-wheels.yml#L120) is used. Should be ok when commit 98a19a5d88132242474ba97b9425ca9c74aef787 from this PR is merged.

@mpenkov @piskvorky any way I could support you with this?