We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f210796 commit dd551f3Copy full SHA for dd551f3
1 file changed
.github/workflows/profile.yml
@@ -171,7 +171,7 @@ jobs:
171
exit 1
172
fi
173
174
- trace_path="profile_${res_name}.trace.json.gz"
+ trace_path="/workspace/profile_${res_name}.trace.json.gz"
175
if [ -f "$trace_path" ]; then
176
echo "trace=$trace_path" >> "$GITHUB_OUTPUT"
177
if [ "${FRAMEWORK}" = "sglang" ]; then
@@ -206,7 +206,7 @@ jobs:
206
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
207
with:
208
name: profile_${{ env.RESULT_FILENAME }}
209
- path: profile_${{ env.RESULT_FILENAME }}.trace.json.gz
+ path: ${{ steps.run.outputs.trace }}
210
if-no-files-found: ignore
211
212
- name: Upload TP-0-DECODE trace as artifact
0 commit comments