Skip to content

Instantly share code, notes, and snippets.

View Aearsears's full-sized avatar
⛩️
Job's not done

CT Aearsears

⛩️
Job's not done
View GitHub Profile
@Aearsears
Aearsears / keybindings.json
Created November 17, 2025 04:12 — forked from nikolovlazar/keybindings.json
VSCode key bindings to navigate like Neovim
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},
@Aearsears
Aearsears / pipeline-model-parallel-visualization.ipynb
Created November 17, 2025 04:11 — forked from sighingnow/pipeline-model-parallel-visualization.ipynb
Visualizing various different pipeline model parallel scheduling algorithms: GPipe, Pipedream(1F1B), Pipedream-2BW(async, no-flushes), and eager-1F1B
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.