File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- eggroll.version=2.4.8
1+ eggroll.version=2.4.9
Original file line number Diff line number Diff line change 1+ ### WhiteList Configuration Description
2+ The whitelist mechanism is for safe deserialization during federated network transmission.
3+ Users can configure objects in the whitelist that allow deserialization.
4+ The current community version provides general reference only,
5+ users can maintain their own whitelist according to actual security requirements
6+ by updating whitelist.json under this folder
Original file line number Diff line number Diff line change 127127 "torch._utils" : [
128128 " _rebuild_tensor_v2"
129129 ],
130- "torch.storage" : [
131- " _load_from_bytes"
132- ],
133130 "ipcl_python.bindings.ipcl_bindings" : [
134131 " ipclPublicKey"
135132 ],
Original file line number Diff line number Diff line change 201201 <modelVersion >4.0.0</modelVersion >
202202
203203 <properties >
204- <eggroll .version>2.4.8 </eggroll .version>
204+ <eggroll .version>2.4.9 </eggroll .version>
205205
206206 <!-- Languages -->
207207 <code .cache.size>512m</code .cache.size>
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- __version__ = "2.4.8 "
17+ __version__ = "2.4.9 "
You can’t perform that action at this time.
0 commit comments