Move parsers under a single folder (#9912)
This commit is contained in:
@@ -740,7 +740,7 @@ class StreamExecutor:
|
||||
# Execute the stored lazy generation calls
|
||||
self.backend.role_end_generate(self)
|
||||
|
||||
from sglang.srt.reasoning_parser import ReasoningParser
|
||||
from sglang.srt.parser.reasoning_parser import ReasoningParser
|
||||
|
||||
reasoning_parser = ReasoningParser(expr.model_type)
|
||||
other = expr.expr
|
||||
|
||||
Reference in New Issue
Block a user