Commit 3f7b69b 1 parent 9003c83 commit 3f7b69b Copy full SHA for 3f7b69b
File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 72
72
python3 build_tools/python_deploy/compute_common_version.py --version-suffix=${version_suffix} --write-json
73
73
74
74
- name : Upload version_local.json files
75
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
75
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
76
76
with :
77
77
name : version_local_files
78
78
path : |
@@ -177,7 +177,7 @@ jobs:
177
177
178
178
# Always upload to GitHub artifacts.
179
179
- name : Upload python wheels
180
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
180
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
181
181
with :
182
182
if-no-files-found : error
183
183
name : snapshot-${{ matrix.package }}-${{ matrix.platform }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change 79
79
keep_files : true
80
80
81
81
- name : Upload llama executable files
82
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
82
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83
83
with :
84
84
name : llama-files
85
85
path : ${{ github.workspace }}/${{ steps.date.outputs.date }}
Original file line number Diff line number Diff line change 70
70
pytest sharktank/tests/models/llama/benchmark_amdgpu_test.py -v -s --iree-hip-target=gfx942 --iree-device=hip://0 --run-quick-llama-test
71
71
72
72
- name : Upload llama executable files
73
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
73
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
74
74
with :
75
75
name : llama-files
76
76
path : ${{ github.workspace }}/${{ steps.date.outputs.date }}
Original file line number Diff line number Diff line change 92
92
pytest -v app_tests/benchmark_tests/llm/sglang_benchmarks/shortfin_benchmark_test.py --log-cli-level=INFO --html=shortfin_index.html --self-contained-html
93
93
94
94
- name : Upload pytest report
95
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
95
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
96
96
with :
97
97
name : shortfin_benchmark
98
98
path : shortfin_index.html
@@ -179,7 +179,7 @@ jobs:
179
179
pytest -v app_tests/benchmark_tests/llm/sglang_benchmarks/sglang_benchmark_test.py --port 30000 --log-cli-level=INFO --html=sglang_index.html --self-contained-html
180
180
181
181
- name : Upload pytest report
182
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
182
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
183
183
with :
184
184
name : sglang_benchmark
185
185
path : sglang_index.html
Original file line number Diff line number Diff line change 61
61
--log-cli-level=INFO
62
62
- name : Upload Test Results
63
63
if : always()
64
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
64
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
65
65
with :
66
66
name : smoke-test-${{ matrix.name }}
67
67
path : smoke-test-${{ matrix.name }}.xml
@@ -108,7 +108,7 @@ jobs:
108
108
--log-cli-level=INFO
109
109
- name : Upload Test Results
110
110
if : always()
111
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
111
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112
112
with :
113
113
name : direct-to-batcher-test-${{ matrix.name }}
114
114
path : direct-to-batcher-test-${{ matrix.name }}.xml
@@ -155,7 +155,7 @@ jobs:
155
155
--log-cli-level=INFO
156
156
- name : Upload Test Results
157
157
if : always()
158
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
158
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
159
159
with :
160
160
name : integration-test-${{ matrix.name }}
161
161
path : integration-test-${{ matrix.name }}.xml
Original file line number Diff line number Diff line change 95
95
${{ env.CURRENT_IREE_TURBINE_VERSION }} != ${{ env.LATEST_IREE_TURBINE_VERSION }}
96
96
${{ env.CURRENT_SHORTFIN_IREE_GIT_TAG }} != ${{ env.LATEST_SHORTFIN_IREE_GIT_TAG }}
97
97
id : cpr
98
- uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
98
+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
99
99
with :
100
100
token : ${{ steps.generate-token.outputs.token || secrets.GITHUB_TOKEN }}
101
101
base : main
You can’t perform that action at this time.
0 commit comments