Skip to content

Commit e88fa3b

Browse files
committed
removing logs
1 parent 9f9f69e commit e88fa3b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/scripts/run_vllm_profiling.sh

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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."

0 commit comments

Comments
 (0)