Skip to content

Commit 7fcffe6

Browse files
authored
[DOC] Refines documentation for new tabular dataset API
1 parent 085749a commit 7fcffe6

27 files changed

+1610
-765
lines changed

.github/workflows/cibuild.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
name: "Run Tests on CPU w/ TF1"
1111
runs-on: ubuntu-latest
1212
environment: tf1.15-py3.6-manylinux_2_24
13+
concurrency:
14+
group: cpu-cibuild-${{ github.workflow }}-${{ github.head_ref }}
15+
cancel-in-progress: true
1316
if: always()
1417
steps:
1518
- name: Checkout Code
@@ -55,6 +58,9 @@ jobs:
5558
name: "Run Tests on GPU w/ TF1"
5659
runs-on: ubuntu-latest
5760
environment: tf1.15-py3.8-cu118-ubuntu20.04
61+
concurrency:
62+
group: gpu-cibuild-${{ github.workflow }}-${{ github.head_ref }}
63+
cancel-in-progress: true
5864
if: always()
5965
steps:
6066
- name: Checkout Code
@@ -100,6 +106,9 @@ jobs:
100106
name: "Run Tests on GPU w/ DeepRec2208"
101107
runs-on: ubuntu-latest
102108
environment: deeprec2208-py3.6-cu114-ubuntu18.04
109+
concurrency:
110+
group: deeprec-cibuild-${{ github.workflow }}-${{ github.head_ref }}
111+
cancel-in-progress: true
103112
if: always()
104113
steps:
105114
- name: Checkout Code
@@ -145,6 +154,9 @@ jobs:
145154
permissions:
146155
checks: write
147156
pull-requests: write
157+
concurrency:
158+
group: test-results-${{ github.workflow }}-${{ github.head_ref }}
159+
cancel-in-progress: true
148160
if: always()
149161
steps:
150162
- name: Download Artifacts
@@ -160,6 +172,9 @@ jobs:
160172
name: "Collect Detailed Test Results"
161173
needs: ["cpu-cibuild", "gpu-cibuild", "deeprec-cibuild"]
162174
runs-on: ubuntu-latest
175+
concurrency:
176+
group: detailed-test-results-${{ github.workflow }}-${{ github.head_ref }}
177+
cancel-in-progress: true
163178
if: always()
164179
steps:
165180
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ registered adopters in advance.
9090
If you would like to share your experiences with others, you are welcome to
9191
contact us in DingTalk:
9292

93-
[<img src="https://github.com/alibaba/HybridBackend/raw/main/docs/images/dingtalk.png" alt="dingtalk" width="200"/>](https://h5.dingtalk.com/circle/healthCheckin.html?dtaction=os&corpId=ding14f3e2ea4b79994cadf6428847a62d4a&51951ad=a84b419&cbdbhh=qwertyuiop)
93+
[![dingtalk](https://github.com/alibaba/HybridBackend/raw/main/docs/images/dingtalk.png)](https://qr.dingtalk.com/action/joingroup?code=v1,k1,VouhbeuTwXYEgaLzSOE8o6VF2kTHVJ8lw5h93WbZW8o=&_dt_no_comment=1&origin=11)

build/dockerfiles/Dockerfile.developer-paitf1.12-py3.6-cu101-ubuntu18.04

Lines changed: 0 additions & 123 deletions
This file was deleted.

build/dockerfiles/Dockerfile.developer-tf1.15-py3.8-cu114-ubuntu20.04

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)