Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfu committed Jan 6, 2025
1 parent 28869b0 commit 0a3d315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/run-neuron-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ if [ -f /tmp/neuron-docker-build-timestamp ]; then
if [ $((current_time - last_build)) -gt 86400 ]; then
docker image prune -f
docker system prune -f
rm -rf "${HF_MOUNT}/*"
rm -rf "${NEURON_COMPILE_CACHE_MOUNT}/*"
rm -rf "${HF_MOUNT:?}/*"
rm -rf "${NEURON_COMPILE_CACHE_MOUNT:?}/*"
echo "$current_time" > /tmp/neuron-docker-build-timestamp
fi
else
Expand Down
2 changes: 0 additions & 2 deletions examples/offline_inference_neuron.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os

from vllm import LLM, SamplingParams

# Sample prompts.
Expand Down

0 comments on commit 0a3d315

Please sign in to comment.