Skip to content

Commit ee21160

Browse files
committed
Update pkg support in base and pytorch envs
1 parent a8fb551 commit ee21160

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
4. Packages installed via the pip-requirements.txt
3030

31-
1) [base environment](runtime-installed-pkgs/base.md) (UPDATED on 2022/05/30)
31+
1) [base environment](runtime-installed-pkgs/base.md) (UPDATED on 2022/06/05)
3232
2) [paddlapaddle environment](runtime-installed-pkgs/paddle.md) (UPDATED on 2022/05/27)
33-
3) [pytorch environment](runtime-installed-pkgs/pytorch.md) (UPDATED on 2022/06/01)
33+
3) [pytorch environment](runtime-installed-pkgs/pytorch.md) (UPDATED on 2022/06/04)
3434
4) [tensorflow environment](runtime-installed-pkgs/tensorflow.md)
3535

3636

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
| Package | Version |
2-
|-------------|-----------|
3-
| catboost | 0.25.1 |
4-
| statsmodels | 0.12.2 |
5-
| pypmml | 0.9.16 |
1+
| Package | Version |
2+
|-------------|---------|
3+
| catboost | 0.25.1 |
4+
| statsmodels | 0.12.2 |
5+
| mxnet | 1.9.1 |
6+
| pypmml | 0.9.16 |
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
| Package | Version |
2-
|--------------|-----------|
3-
| tofa | 0.0.6 |
4-
| transformers | 4.19.2 |
1+
| Package | Version |
2+
|----------------|---------|
3+
| einops | 0.4.1 |
4+
| tofa | 0.0.6 |
5+
| transformers | 4.19.2 |

0 commit comments

Comments
 (0)