Skip to content

Commit

Permalink
Add sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed Feb 20, 2024
1 parent 03aba6b commit e226c59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ jobs:
- name: Build Docker
run: |
docker build -t rocm -f Dockerfile.rocm .
- name: Run Sanity Test
run: |
docker run --detached --p 8000:8000 rocm
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 e226c59

Please sign in to comment.