Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix diffusion device mapping #1187

Merged
merged 1 commit into from
Mar 11, 2025
Merged

Fix diffusion device mapping #1187

merged 1 commit into from
Mar 11, 2025

Conversation

EricLBuehler
Copy link
Owner

@EricLBuehler EricLBuehler commented Mar 11, 2025

Fix #1171, Fix #1165.

Copy link

Code Metrics Report
  ===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 C Header                2           34           29            0            5
 Dockerfile              1           41           22           10            9
 JSON                   12          105          104            0            1
 Makefile                1            6            5            0            1
 Python                 71         3026         2622           81          323
 Shell                   1           58           22           18           18
 Plain Text              3         3723            0         2413         1310
 TOML                   19          530          492            2           36
 YAML                    2           21           19            2            0
-------------------------------------------------------------------------------
 Jupyter Notebooks       4            0            0            0            0
 |- Markdown             2           77           32           31           14
 |- Python               2          205          178            1           26
 (Total)                            282          210           32           40
-------------------------------------------------------------------------------
 Markdown               49         4044            0         3071          973
 |- BASH                 6          103          100            0            3
 |- JSON                 1           12           12            0            0
 |- Python               7          121          109            0           12
 |- Rust                16          549          464            0           85
 |- TOML                 2           75           63            0           12
 (Total)                           4904          748         3071         1085
-------------------------------------------------------------------------------
 Rust                  325       107044        95842         2135         9067
 |- Markdown           157         1794           25         1630          139
 (Total)                         108838        95867         3765         9206
===============================================================================
 Total                 490       118632        99157         7732        11743
===============================================================================
  

@EricLBuehler EricLBuehler merged commit d5867f2 into master Mar 11, 2025
10 of 12 checks passed
@EricLBuehler EricLBuehler deleted the fix_diffusion_device_map branch March 11, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panics when deploying a Flux model through docker image v0.4.0 Flux example Auto DeviceMap panic
1 participant