Skip to content

Commit a68be97

Browse files
committed
trying a different approach for directory
1 parent 7be3208 commit a68be97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vllm-profiling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
DOCKER_IMAGE: ${{ env.DOCKER_IMAGE_PREFIX }}:${{ env.HEAD_SHA }}${{ env.DOCKER_IMAGE_SUFFIX }}
191191
# vLLM-related environment variables
192192
VLLM_USE_MODELSCOPE: false
193-
VLLM_TORCH_PROFILER_DIR: ~/tmp/workspace/vllm/vllm_profile
193+
VLLM_TORCH_PROFILER_DIR: ~/vllm_profile
194194
CUDA_VISIBLE_DEVICES: 0
195195
VLLM_USE_V1: 1
196196
# Profiling parameters
@@ -246,4 +246,4 @@ jobs:
246246
- uses: actions/upload-artifact@v4
247247
with:
248248
name: profiling-results--${{ env.DEVICE_TYPE }}
249-
path: vllm/vllm_profile
249+
path: ~/vllm_profile

0 commit comments

Comments
 (0)