Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 0 additions & 81 deletions examples/runtime/engine/offline_batch_inference_torchrun.py

This file was deleted.

3 changes: 0 additions & 3 deletions python/sglang/srt/entrypoints/http_server_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,9 @@ def __init__(self, **kwargs):

def _make_request(self, endpoint: str, payload: Optional[dict] = None):
"""Make a POST request to the specified endpoint with the given payload.

Args:
endpoint: The API endpoint to call
payload: The JSON payload to send (default: empty dict)

Returns:
The JSON response from the server
"""
Expand All @@ -85,7 +83,6 @@ def update_weights_from_tensor(
):
"""
Update model weights from tensor data. The HTTP server will only post meta data, and the real weights will be copied directly from GPUs.

Note: The model should be on GPUs rather than CPU for this functionality to work properly.
If you encounter issues, ensure your model is loaded on GPU devices rather than CPU.
"""
Expand Down
179 changes: 0 additions & 179 deletions python/sglang/srt/entrypoints/verl_engine.py

This file was deleted.

2 changes: 0 additions & 2 deletions test/srt/run_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class TestFile:
TestFile("test_moe_ep.py", 181),
TestFile("test_patch_torch.py", 19),
TestFile("test_update_weights_from_distributed.py", 103),
TestFile("test_verl_engine_2_gpu.py", 64),
TestFile("test_release_memory_occupation.py", 44),
],
"per-commit-2-gpu-amd": [
Expand All @@ -157,7 +156,6 @@ class TestFile:
"per-commit-4-gpu": [
TestFile("test_local_attn.py", 250),
TestFile("test_pp_single_node.py", 150),
TestFile("test_verl_engine_4_gpu.py", 64),
],
"per-commit-4-gpu-amd": [
TestFile("test_pp_single_node.py", 150),
Expand Down
Loading
Loading