Commit 545dd87
Fix multi-copy benchmark OSError and update libc10.so path (#310)
Summary:
This PR includes two fixes:
1. Fix OSError 24 (“Too many open files”) in the multi-copy benchmark by cherry-picking the latest upstream FBGEMM patch.
Enables switching to the file_system sharing strategy via:
export PYTORCH_SHARE_STRATEGY='file_system'.
2. Fix missing libc10.so caused by a recent path change, which breaks functionality from PR #290.
Updates the expected path to the correct library location.
Pull Request resolved: #310
Reviewed By: charles-typ
Differential Revision: D87577418
Pulled By: YifanYuan3
fbshipit-source-id: 768acca7dcfeba552aa103b125d9ac8cbd1fd68e1 parent b110f33 commit 545dd87
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
| 909 | + | |
| 910 | + | |
909 | 911 | | |
910 | 912 | | |
911 | 913 | | |
| |||
1129 | 1131 | | |
1130 | 1132 | | |
1131 | 1133 | | |
1132 | | - | |
| 1134 | + | |
1133 | 1135 | | |
1134 | 1136 | | |
1135 | 1137 | | |
| |||
0 commit comments