Skip to content

Commit 8d40244

Browse files
authored
[Docs] Update deeprec2402 release images and notes in README.md & RELEASE.md. (#975)
Signed-off-by: candy.dc <candy.dc@alibaba-inc.com>
1 parent 9a54aae commit 8d40244

8 files changed

+54
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ $ pip3 install /tmp/tensorflow_pkg/tensorflow-1.15.5+${version}-cp38-cp38m-linux
9595
#### Image for CPU
9696

9797
```
98-
alideeprec/deeprec-release:deeprec2310-cpu-py38-ubuntu20.04
98+
alideeprec/deeprec-release:deeprec2402-cpu-py38-ubuntu20.04
9999
```
100100

101101
#### Image for GPU CUDA11.6
102102

103103
```
104-
alideeprec/deeprec-release:deeprec2310-gpu-py38-cu116-ubuntu20.04
104+
alideeprec/deeprec-release:deeprec2402-gpu-py38-cu116-ubuntu20.04
105105
```
106106

107107
***

RELEASE.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,48 @@
1+
# Release r1.15.5-deeprec2402
2+
3+
## **Major Features and Improvements**
4+
5+
### **Embedding**
6+
7+
- Refine KVInterface::GetShardedSnapshot API.
8+
- Undefine EV GPU interface in CPU compile.
9+
- Make Embedding backward compatible with previous saved_model.
10+
- Log error when EV has been initialized in EV Import OP.
11+
12+
### **Op Implement**
13+
14+
- Implement of SliceSend/SliceRecv Op.
15+
- Implement FileSliceSend/FileSliceRecvOp.
16+
17+
### **SDK**
18+
19+
- Add build SDK package.
20+
21+
### **BugFix**
22+
23+
- Fix shared embedding frequency counting problem.
24+
- Fix Graph contains EmbeddingVariable compiling issue.
25+
- Fix a scheduling issue.
26+
- Fix tensor shape meta-data bug for DataFrame Value.
27+
28+
### **ModelZoo**
29+
30+
- Set Saver parameter sharded=True in distributed training.
31+
32+
More details of features: [https://deeprec.readthedocs.io/zh/latest/](url)
33+
34+
## **Release Images**
35+
36+
### **CPU Image**
37+
38+
`alideeprec/deeprec-release:deeprec2402-cpu-py38-ubuntu20.04`
39+
40+
### **GPU Image**
41+
42+
`alideeprec/deeprec-release:deeprec2402-gpu-py38-cu116-ubuntu20.04`
43+
144
# Release r1.15.5-deeprec2310
45+
246
## **Major Features and Improvements**
347

448
### **Embedding**

docs/docs_en/DeepRec-Compile-And-Install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pip3 install /tmp/tensorflow_pkg/tensorflow-1.15.5+${version}-cp38-cp38m-linux_x
111111

112112
x86_64:
113113
```
114-
alideeprec/deeprec-release:deeprec2310-cpu-py38-ubuntu20.04
114+
alideeprec/deeprec-release:deeprec2402-cpu-py38-ubuntu20.04
115115
```
116116

117117
arm64:
@@ -122,5 +122,5 @@ alideeprec/deeprec-release:deeprec2302-cpu-py38-ubuntu22.04-arm64
122122
**GPU Image with CUDA 11.6**
123123

124124
```
125-
alideeprec/deeprec-release:deeprec2310-gpu-py38-cu116-ubuntu20.04
125+
alideeprec/deeprec-release:deeprec2402-gpu-py38-cu116-ubuntu20.04
126126
```

docs/docs_en/Estimator-Compile-And-Install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DeepRec provide new distributed protocols such as grpc++ and star_server, which
4040

4141
Source Code: [https://github.com/DeepRec-AI/estimator](https://github.com/DeepRec-AI/estimator)
4242

43-
Develop Branch:master, Latest Release Branch: deeprec2310
43+
Develop Branch:master, Latest Release Branch: deeprec2402
4444

4545
## Estimator Build
4646

docs/docs_en/TFServing-Compile-And-Install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We provide optimized TFServing which could highly improve performance in inferen
3939

4040
Source Code: [https://github.com/DeepRec-AI/serving](https://github.com/DeepRec-AI/serving)
4141

42-
Develop Branch: master, Latest Release Branch: deeprec2310
42+
Develop Branch: master, Latest Release Branch: deeprec2402
4343

4444
## TFServing Build
4545

docs/docs_zh/DeepRec-Compile-And-Install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pip3 install /tmp/tensorflow_pkg/tensorflow-1.15.5+${version}-cp38-cp38m-linux_x
108108

109109
x86_64:
110110
```
111-
alideeprec/deeprec-release:deeprec2310-cpu-py38-ubuntu20.04
111+
alideeprec/deeprec-release:deeprec2402-cpu-py38-ubuntu20.04
112112
```
113113

114114
arm64:
@@ -119,7 +119,7 @@ alideeprec/deeprec-release:deeprec2302-cpu-py38-ubuntu22.04-arm64
119119
**GPU CUDA11.6镜像**
120120

121121
```
122-
alideeprec/deeprec-release:deeprec2310-gpu-py38-cu116-ubuntu20.04
122+
alideeprec/deeprec-release:deeprec2402-gpu-py38-cu116-ubuntu20.04
123123
```
124124

125125
## DeepRec Processor编译打包

docs/docs_zh/Estimator-Compile-And-Install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
代码库:[https://github.com/DeepRec-AI/estimator](https://github.com/DeepRec-AI/estimator)
4242

43-
开发分支:master,最新Release分支:deeprec2310
43+
开发分支:master,最新Release分支:deeprec2402
4444

4545
## Estimator编译
4646

docs/docs_zh/TFServing-Compile-And-Install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
代码库:[https://github.com/DeepRec-AI/serving](https://github.com/DeepRec-AI/serving)
4141

42-
开发分支:master,最新Release分支:deeprec2310
42+
开发分支:master,最新Release分支:deeprec2402
4343

4444
## TFServing编译&打包
4545

0 commit comments

Comments
 (0)