Robert Dyro

Results 12 issues of Robert Dyro

It'd be nice to be able to trace the compilation performed by Julia called via PyJulia. The main use case is for the precompilation of a Julia library triggered primarily...

Hi! I'm trying to get this plugin to compile with the CARLA fork of the UnrealEngine version 4.26 on Linux. My environment is: ``` Linux DESKTOPRD 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu...

Hi, The purpose of this pull request is to allow zsh-vi-mode to change the cursor in the GNU screen. The only change is wrapping the cursor style command in '\eP'...

A small Python code optimization to significantly speed up `grid_search` resolution. Instead of deep-copying the whole unresolved spec for every resolved spec, we can create a skeleton spec, filled with...

Add warning when GCS checkpoint is missing `commit_success.txt` (in case the checkpoint comes from not GCS originally).

- adding mixtral-8x22b config (to pyconfig as well) - improving the llama and mistral conversion script - in-place weight writing to reduce total RAM usage - better progress tracking

For example, setting `JAX_LOGGING_LEVEL=DEBUG` for ```python jax.jit(lambda x: x)(jnp.ones((10,))) ``` gives ``` DEBUG:2024-09-16 10:11:49,929:jax._src.path:45: etils.epath was not found. Using pathlib for file I/O. DEBUG:2024-09-16 10:11:50,045:jax._src.dispatch:178: Finished tracing + transforming convert_element_type...

pull ready

This PR modifies the parameter conversion mixtral tests to go through `gcsfuse` instead of disk for lower VM disk usage

pull ready