Commit 231e8300 authored by helloyongyang's avatar helloyongyang
Browse files

fix ci

parent 62f4464d
...@@ -14,4 +14,4 @@ sphinx: ...@@ -14,4 +14,4 @@ sphinx:
python: python:
install: install:
- requirements: requirements-docs.txt - requirements: requirements-docs.txt
\ No newline at end of file
...@@ -96,7 +96,7 @@ autodoc_mock_imports = [ ...@@ -96,7 +96,7 @@ autodoc_mock_imports = [
"psutil", "psutil",
"prometheus_client", "prometheus_client",
"sentencepiece", "sentencepiece",
"lightllm" "numpy", "lightllmnumpy",
"tqdm", "tqdm",
"tensorizer", "tensorizer",
] ]
...@@ -104,9 +104,7 @@ autodoc_mock_imports = [ ...@@ -104,9 +104,7 @@ autodoc_mock_imports = [
for mock_target in autodoc_mock_imports: for mock_target in autodoc_mock_imports:
if mock_target in sys.modules: if mock_target in sys.modules:
logger.info( logger.info(
"Potentially problematic mock target (%s) found; " "Potentially problematic mock target (%s) found; autodoc_mock_imports cannot mock modules that have already been loaded into sys.modules when the sphinx build starts.",
"autodoc_mock_imports cannot mock modules that have already "
"been loaded into sys.modules when the sphinx build starts.",
mock_target, mock_target,
) )
......
# comfyui部署 # comfyui部署
xxx xxx
\ No newline at end of file
# gradio部署 # gradio部署
xxx xxx
\ No newline at end of file
# 本地windows电脑部署 # 本地windows电脑部署
xxx xxx
\ No newline at end of file
# 低延迟场景部署 # 低延迟场景部署
xxx xxx
\ No newline at end of file
# 低资源场景部署 # 低资源场景部署
xxx xxx
\ No newline at end of file
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
comfyui部署 <deploy_guides/deploy_comfyui.md> comfyui部署 <deploy_guides/deploy_comfyui.md>
本地windows电脑部署 <deploy_guides/deploy_local_windows.md> 本地windows电脑部署 <deploy_guides/deploy_local_windows.md>
.. Indices and tables .. Indices and tables
.. ================== .. ==================
......
# 注意力机制 # 注意力机制
xxx xxx
\ No newline at end of file
# 特征缓存 # 特征缓存
xxx xxx
\ No newline at end of file
# 参数卸载 # 参数卸载
xxx xxx
\ No newline at end of file
# 并行推理 # 并行推理
xxx xxx
\ No newline at end of file
...@@ -14,4 +14,4 @@ sphinx: ...@@ -14,4 +14,4 @@ sphinx:
python: python:
install: install:
- requirements: requirements-docs.txt - requirements: requirements-docs.txt
\ No newline at end of file
...@@ -96,7 +96,7 @@ autodoc_mock_imports = [ ...@@ -96,7 +96,7 @@ autodoc_mock_imports = [
"psutil", "psutil",
"prometheus_client", "prometheus_client",
"sentencepiece", "sentencepiece",
"lightllm" "numpy", "lightllmnumpy",
"tqdm", "tqdm",
"tensorizer", "tensorizer",
] ]
...@@ -104,9 +104,7 @@ autodoc_mock_imports = [ ...@@ -104,9 +104,7 @@ autodoc_mock_imports = [
for mock_target in autodoc_mock_imports: for mock_target in autodoc_mock_imports:
if mock_target in sys.modules: if mock_target in sys.modules:
logger.info( logger.info(
"Potentially problematic mock target (%s) found; " "Potentially problematic mock target (%s) found; autodoc_mock_imports cannot mock modules that have already been loaded into sys.modules when the sphinx build starts.",
"autodoc_mock_imports cannot mock modules that have already "
"been loaded into sys.modules when the sphinx build starts.",
mock_target, mock_target,
) )
......
# comfyui部署 # comfyui部署
xxx xxx
\ No newline at end of file
# gradio部署 # gradio部署
xxx xxx
\ No newline at end of file
# 本地windows电脑部署 # 本地windows电脑部署
xxx xxx
\ No newline at end of file
# 低延迟场景部署 # 低延迟场景部署
xxx xxx
\ No newline at end of file
# 低资源场景部署 # 低资源场景部署
xxx xxx
\ No newline at end of file
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
comfyui部署 <deploy_guides/deploy_comfyui.md> comfyui部署 <deploy_guides/deploy_comfyui.md>
本地windows电脑部署 <deploy_guides/deploy_local_windows.md> 本地windows电脑部署 <deploy_guides/deploy_local_windows.md>
.. Indices and tables .. Indices and tables
.. ================== .. ==================
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment