File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -146,24 +146,6 @@ main() {
146146 run_profiling
147147 cleanup_server
148148
149- # Debug: Check if profiling files were created
150- echo " DEBUG: Checking profiling directory: ${VLLM_TORCH_PROFILER_DIR} "
151- if [ -d " ${VLLM_TORCH_PROFILER_DIR} " ]; then
152- echo " DEBUG: Profiling directory exists"
153- ls -la " ${VLLM_TORCH_PROFILER_DIR} " || echo " DEBUG: Directory is empty or inaccessible"
154- find " ${VLLM_TORCH_PROFILER_DIR} " -type f 2> /dev/null | head -10 | while read file; do
155- echo " DEBUG: Found profiling file: ${file} "
156- done
157- else
158- echo " DEBUG: Profiling directory does not exist!"
159- fi
160-
161- # Also check if any profiling files were created in current directory
162- echo " DEBUG: Checking current directory for profiling artifacts:"
163- find . -name " *.json" -o -name " *.trace" -o -name " *.pt" 2> /dev/null | head -5 | while read file; do
164- echo " DEBUG: Found artifact in current dir: ${file} "
165- done
166-
167149 echo " Profiling completed. Artifacts should be available in ${VLLM_TORCH_PROFILER_DIR:- default profiler directory} ."
168150 else
169151 echo " Failed to start vLLM server. Exiting."
You can’t perform that action at this time.
0 commit comments