Siddharth Krishna
Siddharth Krishna
Could you point me to (or share) instructions on how to run the one_billion_wds using GPipe on multiple local GPUs?
Another alternative is to use [sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc/). I prefer this to `sphinx-immaterial` because it does not require one to group classes/functions, and automatically generates a hierarchical documentation for all files/modules in...
I'm still facing this issue on macOS Ventura 13.6 and Karabiner 14.12.0 on a 2019 MacBook pro. `sudo pkill karabiner_console_user_server` works for me. I've noticed that it happens more often...
In case it helps others, following the hints above, on Ubuntu + bash, I did: ```bash vi ~/.bashrc # And removed the mamba init lines rm -rf ~/micromamba ~/.mamba ~/.mambarc...
@enriiquee @fgvieira I fixed a similar error by changing my `~/.condarc` file to: ```yaml channels: - conda-forge - nodefaults channel_priority: flexible ```
@dzsquared thanks for the pointer. I've logged into Azure both on Visual Studio Code, as well as the terminal. I still get the same error when I run the `func:...
Thanks for tagging me, I'm happy to take a look and see if I can help. :) Thanks for the summary, Davide, I agree with your (and others') recommendation against...
Sounds good, thanks. Here is a slight variant, **Option 3a**, that removes the disadvantage of Option 3 and shows file histories as expected: Idea: first merge `main` into the branch...
@davide-f I presume the option you are investigating requires us to force-push `origin/main` to the reset-and-cherry-picked branch? That would work for sure, and results in a cleaner `main` branch, but...
> As we squash meshed the commit anyone who contributed to the -sec now has obtained the same line contributions as the rest Yes, it looks like this is true....