Skip to content

Commit 3bc9888

Browse files
authored
[Docs] Update deeprec2310 release images and notes in README.md & RELEASE.md. (#950)
Signed-off-by: candy.dc <candy.dc@alibaba-inc.com>
1 parent 37221b5 commit 3bc9888

8 files changed

+51
-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:deeprec2306-cpu-py38-ubuntu20.04
98+
alideeprec/deeprec-release:deeprec2310-cpu-py38-ubuntu20.04
9999
```
100100

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

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

107107
***

RELEASE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# Release r1.15.5-deeprec2310
2+
## **Major Features and Improvements**
3+
4+
### **Embedding**
5+
6+
- Refactor the data structure of EmbeddingVariable.
7+
- Add interface of EmbeddingVar for Elastic Training.
8+
- Add GetSnapshot and Create API for EmbeddingVariable.
9+
- Remove the dependency on private header file in EmbeddingVariable.
10+
11+
### **Runtime Optimization**
12+
13+
- Canonicalize SaveV2 Op device spec in distributed training.
14+
- Update log level in direct_session.
15+
16+
### **Distributed**
17+
18+
- Add elastic-grpc server.
19+
20+
### **BugFix**
21+
22+
- Fix missing return value of RestoreSSD of DramSSDHashStorage.
23+
- Fix incorrect frequency in shared-embedding.
24+
- Fix set initialized flag too early in restore subgraph.
25+
- Fix wgrad bug in Sparse Operation Kit.
26+
- Fix hang bug for async embedding lookup.
27+
- Fix ps address list sort by index.
28+
- Fix SharedEmbeddingColumn with PartitionedEmbedingVariable shape validation error.
29+
30+
More details of features: [https://deeprec.readthedocs.io/zh/latest/](url)
31+
32+
## **Release Images**
33+
34+
### **CPU Image**
35+
36+
`alideeprec/deeprec-release:deeprec2310-cpu-py38-ubuntu20.04`
37+
38+
### **GPU Image**
39+
40+
`alideeprec/deeprec-release:deeprec2310-gpu-py38-cu116-ubuntu20.04`
41+
142
# Release r1.15.5-deeprec2306
243

344
## **Major Features and Improvements**

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:deeprec2306-cpu-py38-ubuntu20.04
114+
alideeprec/deeprec-release:deeprec2310-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:deeprec2306-gpu-py38-cu116-ubuntu20.04
125+
alideeprec/deeprec-release:deeprec2310-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: deeprec2306
43+
Develop Branch:master, Latest Release Branch: deeprec2310
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: deeprec2306
42+
Develop Branch: master, Latest Release Branch: deeprec2310
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:deeprec2306-cpu-py38-ubuntu20.04
111+
alideeprec/deeprec-release:deeprec2310-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:deeprec2306-gpu-py38-cu116-ubuntu20.04
122+
alideeprec/deeprec-release:deeprec2310-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分支:deeprec2306
43+
开发分支:master,最新Release分支:deeprec2310
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分支:deeprec2306
42+
开发分支:master,最新Release分支:deeprec2310
4343

4444
## TFServing编译&打包
4545

0 commit comments

Comments
 (0)