Results 643 comments of Vadim Kantorov

I agree there is a need for a simpler, ray-less offline inference pattern/example using regular python's multiprocessing The example `data_parallel.py` is currently not very generic: - https://github.com/vllm-project/vllm/issues/1237#issuecomment-2910167215

I think both usecases are meaningful: - when you're already using ray for managing the pipeline, it can make sense to manage vllm DP replicas using ray as well (as...

Also, if there would be an option/feature to choose the resampler (the opus-tools 0.2 shipped in ubuntu-24.04 is super-slow because of the changed resampler), a new release would be super...

Are you referring to this bcf file? https://github.com/plk/biber/blob/dev/testfiles/test.bcf Also, should I manually download the font file from old sourceforge testfiles directory?

Is there a way to disable/skipping this `t/remote-files.t` from running? (so that the full test suite is expected to complete)

This worked! I think it's best to have all-pass tests by default (so that a flaky test isn't raising too many eyebrows)

Because I copy-pasted your GH Action from this repo :) It's also set to 1 in https://github.com/plk/biber/blob/dev/.github/workflows/main.yml

Btw, is there some testing script / GH Action to run after PAR::Packer packaging to verify correctness of packaging (that all dependencies were discovered/included and so forth)?

@yuanyao-nv It appears that @WoodieDudy does convert LayerNorm's to fp32 before the export: https://gist.github.com/WoodieDudy/f91209ff64d3d84e1fab7d8860f18d42#file-export_to_onnx-py-L407-L410 ... But maybe it happens after prior conversion of LayerNorm weights to fp16 in https://gist.github.com/WoodieDudy/f91209ff64d3d84e1fab7d8860f18d42#file-export_to_onnx-py-L386, but...