Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zhaoyu6
sglang
Commits
15843047
"examples/dreambooth/train_dreambooth_flax.py" did not exist on "4b9f58952a5c9cbd7db71cf050dc7d3961505730"
Unverified
Commit
15843047
authored
Mar 16, 2025
by
Wang Ran (汪然)
Committed by
GitHub
Mar 15, 2025
Browse files
Fix typos (#4368)
parent
8ec2ce07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
python/sglang/srt/entrypoints/http_server.py
python/sglang/srt/entrypoints/http_server.py
+1
-1
python/sglang/srt/mem_cache/memory_pool.py
python/sglang/srt/mem_cache/memory_pool.py
+1
-1
No files found.
python/sglang/srt/entrypoints/http_server.py
View file @
15843047
...
...
@@ -14,7 +14,7 @@
"""
The entry point of inference server. (SRT = SGLang Runtime)
This file implements HTTP APIs for the inferenc engine via fastapi.
This file implements HTTP APIs for the inferenc
e
engine via fastapi.
"""
import
asyncio
...
...
python/sglang/srt/mem_cache/memory_pool.py
View file @
15843047
...
...
@@ -19,7 +19,7 @@ from sglang.srt.torch_memory_saver_adapter import TorchMemorySaverAdapter
Memory pool.
SGLang has two levels of memory pool.
ReqToTokenPool maps a
a
request to its token locations.
ReqToTokenPool maps a request to its token locations.
TokenToKVPoolAllocator manages the indices to kv cache data.
KVCache actually holds the physical kv cache.
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment