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
change
sglang
Commits
76154631
Unverified
Commit
76154631
authored
Jul 26, 2025
by
Lifu Huang
Committed by
GitHub
Jul 26, 2025
Browse files
Remove slot usage in code to be backward-compatible with python 3.9 (#8396)
parent
5c705b1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/lora/lora_registry.py
python/sglang/srt/lora/lora_registry.py
+1
-1
No files found.
python/sglang/srt/lora/lora_registry.py
View file @
76154631
...
@@ -19,7 +19,7 @@ from typing import Dict, List, Optional, Union
...
@@ -19,7 +19,7 @@ from typing import Dict, List, Optional, Union
from
uuid
import
uuid4
from
uuid
import
uuid4
@
dataclass
(
frozen
=
True
,
slots
=
True
)
@
dataclass
(
frozen
=
True
)
class
LoRARef
:
class
LoRARef
:
"""
"""
Reference record for a LoRA model.
Reference record for a LoRA model.
...
...
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