We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be3208 commit a68be97Copy full SHA for a68be97
.github/workflows/vllm-profiling.yml
@@ -190,7 +190,7 @@ jobs:
190
DOCKER_IMAGE: ${{ env.DOCKER_IMAGE_PREFIX }}:${{ env.HEAD_SHA }}${{ env.DOCKER_IMAGE_SUFFIX }}
191
# vLLM-related environment variables
192
VLLM_USE_MODELSCOPE: false
193
- VLLM_TORCH_PROFILER_DIR: ~/tmp/workspace/vllm/vllm_profile
+ VLLM_TORCH_PROFILER_DIR: ~/vllm_profile
194
CUDA_VISIBLE_DEVICES: 0
195
VLLM_USE_V1: 1
196
# Profiling parameters
@@ -246,4 +246,4 @@ jobs:
246
- uses: actions/upload-artifact@v4
247
with:
248
name: profiling-results--${{ env.DEVICE_TYPE }}
249
- path: vllm/vllm_profile
+ path: ~/vllm_profile
0 commit comments