Brian Dellabetta
Brian Dellabetta
@vchuravy thanks for the tip here! Just wanted to post that this works perfectly for me, after setting `CONFIG['opt_handle_signals'] = 'yes'`, with the caveat that we still need to wrap...
> For example, I think allowing Julia's signal handler prevented you from doing keyboard interrupts (Ctrl-C) in Python code. @cjdoris in my experience, allowing Julia's signal handler allows keyboard interrupts...
Thanks @cjdoris , I checked in julia and `] add PythonCall` does in fact trigger a registry update even if PythonCall already exists in the project. This may really be...
Sure, I will try this sometime next week
Nm i had a chance to look just now. Steps to reproduce: 1. Revert to old General registry commit ```shell cd /tmp git clone [email protected]:JuliaRegistries/General.git cd General git reset 46f90400dd...
@cjdoris should we just change it to auto-update registry? I can create a PR, I think it just amounts to changing [this line](https://github.com/JuliaPy/pyjuliapkg/blob/main/src/juliapkg/deps.py#L266) to ```python script = ['import Pkg', 'Pkg.Registry.update()']...
Thanks @cjdoris for the reply. I will try setting the default values in `__init__` later this week, hopefully it's a quick fix
PR submitted to resolve this in `pyjuliapkg` -- https://github.com/JuliaPy/pyjuliapkg/pull/22
I added some `println`s to PythonCall.jl (see diff [here](https://github.com/JuliaPy/PythonCall.jl/compare/main...brian-dellabetta:PythonCall.jl:bugfix/bd/sysimage-init?expand=1)) to get some more information. I thought it would be a matter of setting CTX, but the issue is more subtle...
I'm hitting this as well. Is it a matter of incrementing the max_model_len that is passed into vllm [here](https://github.com/EleutherAI/lm-evaluation-harness/blob/main/lm_eval/models/vllm_causallms.py#L170)?