Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Nov 5, 2024
1 parent 7b13817 commit 9ea2c9e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ pygloo: init

##################### pygloo install for gloo migration backend end #####################

###################################### cupy begin #######################################

.PHONY: cupy-cuda
cupy-cuda:
@./tools/cupy_cuda_install.sh

####################################### cupy end ########################################

##################################### pylint begin ######################################

PYLINT_VERSION = 2.12.2
Expand Down
2 changes: 1 addition & 1 deletion tests/unit_test/queue/test_zmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ async def benchmark_queue(qps, ip=None, port=None):
signal.alarm(0)

@pytest.mark.asyncio
@pytest.mark.parametrize("qps", [128.0, 256.0, 512.0, 1024.0])
async def test_queue_zmq(setup_ray_env, qps):
ip = '127.0.0.1'
port = 1234
qps = 1024.0
await benchmark_queue(qps, ip, port)
52 changes: 0 additions & 52 deletions tools/cupy_cuda_install.sh

This file was deleted.

0 comments on commit 9ea2c9e

Please sign in to comment.