Skip to content

Commit 2831b0c

Browse files
committed
[Version] Upgrade to 0.6.0 on triton_v3.3.x
1 parent 3911e5b commit 2831b0c

8 files changed

Lines changed: 21 additions & 112 deletions

.github/workflows/aipu-build-and-test.yml renamed to .github/workflows/aipu3.3-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: AIPU-Build-And-Test
1+
name: AIPU3.3-Build-And-Test
22

33
on:
44
push:
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CD-AIPU-triton_v3.3.x
1+
name: CD-AIPU3.3
22

33
permissions:
44
contents: write
@@ -7,9 +7,9 @@ on:
77
workflow_dispatch:
88
inputs:
99
WHL_VER:
10-
description: '0.5.0.dev1 < 0.5.0a1 < 0.5.0b1 < 0.5.0rc1 < 0.5.0 < 0.5.0.post1'
10+
description: '0.6.0.dev1 < 0.6.0a1 < 0.6.0b1 < 0.6.0rc1 < 0.6.0 < 0.6.0.post1'
1111
required: true
12-
default: '0.5.0'
12+
default: '0.6.0'
1313
PYTHON_VER:
1414
required: true
1515
default: '3.10'
@@ -23,7 +23,7 @@ on:
2323
WHL_VER:
2424
type: string
2525
required: true
26-
default: '0.5.0'
26+
default: '0.6.0'
2727
PYTHON_VER:
2828
type: string
2929
required: true
@@ -38,7 +38,7 @@ on:
3838

3939
jobs:
4040
call-delivery:
41-
uses: flagos-ai/flagtree/.github/workflows/aipu-delivery.yml@main
41+
uses: flagos-ai/flagtree/.github/workflows/aipu3.3-delivery.yml@main
4242
with:
4343
WHL_VER: ${{ inputs.WHL_VER }}
4444
PYTHON_VER: ${{ inputs.PYTHON_VER }}

.github/workflows/enflame-gcu300-3.3-build-and-test.yml renamed to .github/workflows/enflame3.3-gcu300-build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Enflame-GCU300-3.3-Build-And-Test
1+
name: Enflame3.3-GCU300-Build-And-Test
22

33
on:
44
push:
@@ -11,8 +11,8 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
14-
enflame-gcu300-33x-build-and-test:
15-
runs-on: enflame-gcu300-33x
14+
enflame-build-and-test:
15+
runs-on: enflame3.3-gcu300
1616
if: ${{ github.repository == 'FlagTree/flagtree' || github.repository == 'flagos-ai/flagtree' }}
1717
steps:
1818
- name: Setup environment

.github/workflows/flagcicd-nv-build-and-test.yml

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

.github/workflows/nv-delivery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
workflow_dispatch:
88
inputs:
99
WHL_VER:
10-
description: '0.5.0.dev1 < 0.5.0a1 < 0.5.0b1 < 0.5.0rc1 < 0.5.0 < 0.5.0.post1'
10+
description: '0.6.0.dev1 < 0.6.0a1 < 0.6.0b1 < 0.6.0rc1 < 0.6.0 < 0.6.0.post1'
1111
required: true
12-
default: '0.5.0'
12+
default: '0.6.0'
1313
PYTHON_VER:
1414
required: true
1515
default: '3.12'
@@ -23,7 +23,7 @@ on:
2323
WHL_VER:
2424
type: string
2525
required: true
26-
default: '0.5.0'
26+
default: '0.6.0'
2727
PYTHON_VER:
2828
type: string
2929
required: true

.github/workflows/tsingmicro-build-and-test.yml renamed to .github/workflows/tsingmicro3.3-build-and-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tsingmicro-Build-And-Test
1+
name: Tsingmicro3.3-Build-And-Test
22

33
on:
44
push:
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
tsingmicro-build-and-test:
15-
runs-on: flagtree-tsingmicro
15+
runs-on: tsingmicro3.3
1616
if: ${{ github.repository == 'FlagTree/flagtree' || github.repository == 'flagos-ai/flagtree' }}
1717
steps:
1818
- name: Setup environment
@@ -39,6 +39,7 @@ jobs:
3939
set -x
4040
source ~/env.sh
4141
export FLAGTREE_BACKEND=tsingmicro
42+
export TRITON_APPEND_CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Release"
4243
cd python
4344
python3 -m pip install . --no-build-isolation
4445

.github/workflows/tsingmicro-delivery.yml renamed to .github/workflows/tsingmicro3.3-delivery.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CD-Tsingmicro-triton_v3.3.x
1+
name: CD-Tsingmicro3.3
22

33
permissions:
44
contents: write
@@ -7,9 +7,9 @@ on:
77
workflow_dispatch:
88
inputs:
99
WHL_VER:
10-
description: '0.5.0.dev1 < 0.5.0a1 < 0.5.0b1 < 0.5.0rc1 < 0.5.0 < 0.5.0.post1'
10+
description: '0.6.0.dev1 < 0.6.0a1 < 0.6.0b1 < 0.6.0rc1 < 0.6.0 < 0.6.0.post1'
1111
required: true
12-
default: '0.5.0'
12+
default: '0.6.0'
1313
PYTHON_VER:
1414
required: true
1515
default: '3.10'
@@ -23,7 +23,7 @@ on:
2323
WHL_VER:
2424
type: string
2525
required: true
26-
default: '0.5.0'
26+
default: '0.6.0'
2727
PYTHON_VER:
2828
type: string
2929
required: true

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,8 @@ def get_flagtree_version():
795795
return flagtree_ver + get_git_commit_hash().replace("+", ".")
796796
backend = os.environ.get("FLAGTREE_BACKEND", "")
797797
if backend:
798-
return "0.5.0+" + backend + get_git_commit_hash().replace("+", ".")
799-
return "0.5.0" + get_git_commit_hash()
798+
return "0.6.0+" + backend + get_git_commit_hash().replace("+", ".")
799+
return "0.6.0" + get_git_commit_hash()
800800

801801

802802
def get_git_branch():

0 commit comments

Comments
 (0)