Skip to content

Commit

Permalink
fixed device issue
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Joseph <[email protected]>
  • Loading branch information
Elias Joseph committed Feb 15, 2025
1 parent 69da7c9 commit 06175a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-sglang-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ jobs:
pip install sentence_transformers
pip freeze
- name: run rocm tests
run: |
rocminfo
rocm-smi
- name: Run Integration Tests
run: |
source ${VENV_DIR}/bin/activate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_shortfin_benchmark(
request,
):
# TODO: Remove when multi-device is fixed
os.environ["ROCR_VISIBLE_DEVICES"] = "1"
os.environ["ROCR_VISIBLE_DEVICES"] = "0"

process, port = server

Expand Down

0 comments on commit 06175a7

Please sign in to comment.