Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/changelog/2841.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 2841
summary: "Better messaging regarding OOM process termination"
summary: "Better messaging regarding out of memory process termination"
area: Machine Learning
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/3008.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 3008
summary: "Harden pytorch_inference with TorchScript model graph validation"
summary: "Harden `pytorch_inference` with TorchScript model graph validation"
area: Machine Learning
type: enhancement
issues: [2890]
2 changes: 1 addition & 1 deletion docs/changelog/3017.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 3017
summary: "Fix flaky CIoManagerTest/testFileIoGood test"
summary: "Fix flaky `CIoManagerTest/testFileIoGood` test"
area: Machine Learning
type: bug
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/3078.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
area: Machine Learning
issues: []
pr: 3078
summary: Reject TorchScript custom state hooks before load and forbid inductor::_reinterpret_tensor
summary: Reject TorchScript custom state hooks before load and forbid `inductor::_reinterpret_tensor`
type: bug
2 changes: 1 addition & 1 deletion docs/changelog/3080.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
area: Machine Learning
issues: []
pr: 3080
summary: Reject non-native ABIs in ML seccomp filter (socketcall/getuid collision)
summary: Harden the Linux system call filter for machine learning native processes to block non-native instruction set variants
type: bug
2 changes: 1 addition & 1 deletion docs/changelog/3081.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
area: Machine Learning
issues: []
pr: 3081
summary: Mark ML controller non-dumpable before accepting commands
summary: Mark machine learning controller non-dumpable before accepting commands
type: bug
2 changes: 1 addition & 1 deletion docs/changelog/3090.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 3090
summary: "Fix flaky concurrent LFU cache count invariant under lock timeouts"
summary: "Fix flaky concurrent least frequently used (LFU) cache count invariant under lock timeouts"
area: Machine Learning
type: bug
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/3143.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
area: Machine Learning
issues: []
pr: 3143
summary: Fail gracefully when restoring a categorizer with an out-of-range token ID
summary: Fail gracefully when restoring a categorizer with an out of range token ID
type: bug