Skip to content

Commit 16a81c4

Browse files
committed
Update PyTorch FSDP blog thumbnail (#538)
* Update PyTorch FSDP blog thumbnail
1 parent 3f711b3 commit 16a81c4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

blogs/images/2025-02-07-fsdp.jpg

-338 KB
Loading

scripts/blog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def quicksort_desc(arr, low, high):
191191
quicksort_desc(arr, low, pivot_index - 1)
192192
quicksort_desc(arr, pivot_index + 1, high)
193193

194-
return arr
194+
return arr
195195

196196

197197
@staticmethod

0 commit comments

Comments
 (0)