John Lambert

Results 56 comments of John Lambert

When using the cache, I got the `zipfile.BadZipFile: File is not a zip file` error on some packages. Since with #74, we will be generally using the poetry cache, we...

This is how Spyder does which works well for me: When you say "run the script", it runs the following command >runfile('C:/filepath/myfile.py', wdir='C:/filepath') Not having this capability is preventing me...

The same behaviour happens if you toggle "Show Tooltip"

I was able to get around it with this: ``` "cSpell.includeRegExpList": [ "\b[a-zA-Z0-9.]+\b" ], ```

We ended up finding another way around it - thank you for figuring out what was going on - we may need it again in the future.

That fix does not appear to work. The first main issue (that the job closes at training end) is here in Hugging face Transformers: https://github.com/huggingface/transformers/blob/0ebee8b93358b6ef0182398b8fcbd7afd64c0f97/src/transformers/integrations/integration_utils.py#L1488-L1493 I made a pull request...

I install poetry in the docker image - we are using the docker images posted here: https://github.com/sillsdev/silnlp/blob/tokenizer_updates_character_handling/.devcontainer/Dockerfile - created here: https://github.com/sillsdev/silnlp/pkgs/container/silnlp/107546676?tag=1.01.4.

I see in interactive_session.py, that the variables have to be manually exported. Here: https://github.com/allegroai/clearml-session/blob/ff8d97f347eab261adf9fb724d36a66f3023b4ae/clearml_session/interactive_session_task.py#L485-L489 Could somehow the added environment variables be appended to this list? Are the variables in `task._get_runtime_properties()`?

I believe we are using the most recent, v1.1.1 (released in August).

The credentials are set in clearml.conf: ``` # optional arguments to pass to docker image # these are local for this agent and will not be updated in the experiment's...