|
| 1 | +--- |
| 2 | +title: Open Source |
| 3 | +date: 2025-03-18 |
| 4 | +layout: open-source |
| 5 | + |
| 6 | +# Sections schema |
| 7 | +# - title: "Section title" |
| 8 | +# description: "Section description" |
| 9 | +# items: |
| 10 | +# - name: "Project title" |
| 11 | +# description: "Project description to put in the body of the card" |
| 12 | +# github_url: "GitHub repository link" |
| 13 | +# url: "Optional: Link to open when the project card is clicked; falls back to `github_url` if omitted" |
| 14 | +# logo: "Optional: Link to logo file" |
| 15 | +# logo_scale: "Optional: will be added as CSS height: `logo_scale`" |
| 16 | + |
| 17 | +sections: |
| 18 | + - title: "Energy-Efficient Systems" |
| 19 | + description: "Projects focused on optimizing energy use in software systems." |
| 20 | + items: |
| 21 | + - name: "Zeus" |
| 22 | + url: "https://ml.energy/zeus" |
| 23 | + github_url: "https://github.com/ml-energy/zeus" |
| 24 | + logo: "/open-source/logo/zeus.svg" |
| 25 | + description: "Deep learning energy measurement and optimization" |
| 26 | + |
| 27 | + - title: "Systems + AI" |
| 28 | + description: "Combining AI with traditional systems research." |
| 29 | + items: |
| 30 | + - name: "Cornstarch" |
| 31 | + github_url: "https://github.com/cornstarch-org/Cornstarch" |
| 32 | + logo: "/open-source/logo/cornstarch.svg" |
| 33 | + description: "Build, train, and run your own multimodal model" |
| 34 | + - name: "Oobleck" |
| 35 | + github_url: "https://github.com/SymbioticLab/Oobleck" |
| 36 | + description: "A resilient distributed training framework" |
| 37 | + - name: "FedScale" |
| 38 | + url: "https://fedscale.ai" |
| 39 | + github_url: "https://github.com/SymbioticLab/FedScale" |
| 40 | + logo: "/open-source/logo/fedscale.png" |
| 41 | + logo_scale: 60% |
| 42 | + description: "A scalable and extensible federated learning platform" |
| 43 | + |
| 44 | + - title: "Memory systems" |
| 45 | + description: "Building practical disaggregated and/or tiered memory systems." |
| 46 | + items: |
| 47 | + - name: "TPP (Transparent Page Placement)" |
| 48 | + url: "https://lwn.net/Articles/876993/" |
| 49 | + github_url: "" |
| 50 | + logo: "" |
| 51 | + description: "TPP is now part of the Linux kernel." |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +We build strong open-source software based on research, meant for adoption in the real world. |
0 commit comments