Skip to content

Commit f8bbe64

Browse files
fzyzcjymerrymercy
authored andcommitted
Fix torch.cuda.MemPool() internal assertion failure (sgl-project#4687)
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
1 parent b39cdb8 commit f8bbe64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ srt_cpu = ["sglang[runtime_common]", "outlines>=0.0.44,<=0.1.11", "torch"]
7474
openai = ["openai>=1.0", "tiktoken"]
7575
anthropic = ["anthropic>=0.20.0"]
7676
litellm = ["litellm>=1.0.0"]
77-
torch_memory_saver = ["torch_memory_saver>=0.0.3"]
77+
torch_memory_saver = ["torch_memory_saver>=0.0.4"]
7878
test = [
7979
"jsonlines",
8080
"matplotlib",

0 commit comments

Comments
 (0)