Skip to content

Commit

Permalink
add cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed Mar 15, 2024
1 parent 7367304 commit ff78d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/run-amd-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ trap remove_docker_container EXIT

remove_docker_container

docker run --network host --name rocm rocm &
docker run --network host --name rocm rocm python3 -m vllm.entrypoints.openai.api_server &
while [ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8000)" != "200" ]; do sleep 1; done
python examples/openai_completion_client.py

0 comments on commit ff78d36

Please sign in to comment.