This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix EMFILE error in local training service #1189
Merged
Merged
Changes from all commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
d77a99c
fix remote bug
695d866
Merge pull request #106 from Microsoft/master
SparkSnail b7e9799
Merge pull request #107 from Microsoft/master
SparkSnail 7cb03f9
add document
44d1565
add document
7ab7386
update
d9e1ea8
update
2c225a8
update
be23f55
update
6f760ab
Merge pull request #108 from Microsoft/master
SparkSnail 9161209
fix remote issue
e661c55
fix forEach
4e5d836
Merge pull request #109 from Microsoft/master
SparkSnail f80e737
fix conflict
aefc219
Merge branch 'Microsoft-master'
4fec2cc
update doc according to comments
dc45661
Merge pull request #111 from Microsoft/master
SparkSnail 11fec6f
update
a03a191
update
7c7832c
update
2c862dc
Merge pull request #112 from Microsoft/master
SparkSnail 85c015d
remove 'any more'
85cb472
Merge branch 'master' of https://github.com/SparkSnail/nni
3784355
Merge pull request #113 from Microsoft/master
SparkSnail d91c980
Merge pull request #114 from Microsoft/master
SparkSnail 9786650
Merge pull request #115 from Microsoft/master
SparkSnail ef176d2
Merge pull request #116 from Microsoft/master
SparkSnail 1089e80
Merge pull request #117 from Microsoft/master
SparkSnail 627e823
Merge pull request #119 from Microsoft/master
SparkSnail b633c26
Merge pull request #120 from Microsoft/master
SparkSnail 035d58b
Merge pull request #121 from Microsoft/master
SparkSnail cd549df
Merge pull request #122 from Microsoft/master
SparkSnail 964743a
Merge pull request #123 from Microsoft/master
SparkSnail 8422992
Merge pull request #124 from Microsoft/master
SparkSnail 40391ec
Merge pull request #125 from Microsoft/master
SparkSnail 1d84526
Merge pull request #126 from Microsoft/master
SparkSnail 1852457
Merge pull request #127 from Microsoft/master
SparkSnail 754a354
Merge pull request #128 from Microsoft/master
SparkSnail 1ee9735
Merge pull request #129 from Microsoft/master
SparkSnail 9f4485c
Merge pull request #130 from Microsoft/master
SparkSnail b1c3774
Merge pull request #131 from Microsoft/master
SparkSnail 5d7923e
Merge pull request #132 from Microsoft/master
SparkSnail 281f3dc
Merge pull request #133 from Microsoft/master
SparkSnail 2ce9157
Merge pull request #134 from Microsoft/master
SparkSnail 571a7af
Merge pull request #135 from Microsoft/master
SparkSnail f09d51a
Merge pull request #136 from Microsoft/master
SparkSnail 41a9a59
Merge pull request #137 from Microsoft/master
SparkSnail 21165b5
Merge pull request #138 from Microsoft/master
SparkSnail d25f7b5
Merge pull request #139 from Microsoft/master
SparkSnail 17e719e
Merge pull request #140 from Microsoft/master
SparkSnail e25ffbd
Merge pull request #141 from Microsoft/master
SparkSnail 5e777d2
Merge pull request #142 from Microsoft/master
SparkSnail 6ff24a5
Merge pull request #143 from Microsoft/master
SparkSnail ccf6c04
Merge pull request #144 from Microsoft/master
SparkSnail eb5e21c
Merge pull request #145 from Microsoft/master
SparkSnail f796c60
Merge pull request #146 from Microsoft/master
SparkSnail e1ae623
Merge pull request #147 from Microsoft/master
SparkSnail ec41d56
Merge pull request #148 from Microsoft/master
SparkSnail 080ae00
Merge pull request #149 from Microsoft/master
SparkSnail f0a2d39
Merge pull request #150 from Microsoft/master
SparkSnail 77526d3
Merge pull request #152 from Microsoft/master
SparkSnail d95c351
Merge pull request #155 from Microsoft/master
SparkSnail 346d49d
Merge pull request #156 from Microsoft/master
SparkSnail 6af4b86
Merge pull request #158 from Microsoft/master
SparkSnail cf5336d
Merge pull request #159 from Microsoft/master
SparkSnail aec4977
Merge pull request #160 from Microsoft/master
SparkSnail b1dfaff
Merge pull request #161 from Microsoft/master
SparkSnail 6c9360a
Merge pull request #162 from Microsoft/master
SparkSnail 0663218
Merge pull request #163 from Microsoft/master
SparkSnail 5187b2c
Merge pull request #164 from Microsoft/master
SparkSnail 5032694
Merge pull request #165 from Microsoft/master
SparkSnail c577553
Merge pull request #166 from Microsoft/master
SparkSnail 93d6502
Merge pull request #167 from Microsoft/master
SparkSnail b5eab4b
Merge pull request #168 from microsoft/master
SparkSnail f39d69e
Merge pull request #169 from microsoft/master
SparkSnail a030505
Merge pull request #170 from microsoft/master
SparkSnail c7ca451
Merge pull request #171 from microsoft/master
SparkSnail 40bae6e
Merge pull request #172 from microsoft/master
SparkSnail c5acd8c
Merge pull request #173 from microsoft/master
SparkSnail bee8f84
Merge pull request #174 from microsoft/master
SparkSnail e1a4a80
Merge pull request #175 from microsoft/master
SparkSnail 8a9b2cb
Merge pull request #177 from microsoft/v0.8
SparkSnail cbf88f7
Merge pull request #181 from microsoft/master
SparkSnail 0235102
Merge pull request #182 from microsoft/master
SparkSnail 9352cc8
Merge pull request #183 from microsoft/master
SparkSnail d48ad02
Merge pull request #184 from microsoft/master
SparkSnail f46f8a5
init
f634334
Merge pull request #185 from microsoft/master
SparkSnail c2ac215
Merge branch 'master' of https://github.com/SparkSnail/nni into dev-f…
f41cbfa
add related issue
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
declare module 'tail-stream' { | ||
export interface Stream { | ||
on(type: 'data', callback: (data: Buffer) => void): void; | ||
destroy(): void; | ||
end(data: number): void; | ||
emit(data: string): void; | ||
} | ||
export function createReadStream(path: string): Stream; | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be better to add the github issue. what do you think @chicm-ms @SparkSnail ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed with @chicm-ms , I've add related issue in code.