Update links (#1805)

This commit is contained in:
Lianmin Zheng
2024-10-26 04:46:01 -07:00
committed by GitHub
parent 6aa94b967c
commit 9084a86445
8 changed files with 15 additions and 36 deletions

View File

@@ -99,7 +99,7 @@ def gen(
regex: Optional[str] = None,
json_schema: Optional[str] = None,
):
"""Call the model to generate. See the meaning of the arguments in docs/en/sampling_params.md"""
"""Call the model to generate. See the meaning of the arguments in docs/sampling_params.md"""
if choices:
return SglSelect(

View File

@@ -445,7 +445,7 @@ class SglGen(SglExpr):
regex: Optional[str] = None,
json_schema: Optional[str] = None,
):
"""Call the model to generate. See the meaning of the arguments in docs/en/sampling_params.md"""
"""Call the model to generate. See the meaning of the arguments in docs/sampling_params.md"""
super().__init__()
self.name = name
self.sampling_params = SglSamplingParams(