"vscode:/vscode.git/clone" did not exist on "5b5fa49a899dd520d1ec9fd875e04d64028b5b19"
Commit 231e8300 authored by helloyongyang's avatar helloyongyang
Browse files

fix ci

parent 62f4464d
......@@ -14,4 +14,4 @@ sphinx:
python:
install:
- requirements: requirements-docs.txt
\ No newline at end of file
- requirements: requirements-docs.txt
......@@ -96,7 +96,7 @@ autodoc_mock_imports = [
"psutil",
"prometheus_client",
"sentencepiece",
"lightllm" "numpy",
"lightllmnumpy",
"tqdm",
"tensorizer",
]
......@@ -104,9 +104,7 @@ autodoc_mock_imports = [
for mock_target in autodoc_mock_imports:
if mock_target in sys.modules:
logger.info(
"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.",
"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.",
mock_target,
)
......
# comfyui部署
xxx
\ No newline at end of file
xxx
# gradio部署
xxx
\ No newline at end of file
xxx
# 本地windows电脑部署
xxx
\ No newline at end of file
xxx
# 低延迟场景部署
xxx
\ No newline at end of file
xxx
# 低资源场景部署
xxx
\ No newline at end of file
xxx
......@@ -44,7 +44,7 @@
comfyui部署 <deploy_guides/deploy_comfyui.md>
本地windows电脑部署 <deploy_guides/deploy_local_windows.md>
.. Indices and tables
.. ==================
......
# 注意力机制
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
xxx
......@@ -14,4 +14,4 @@ sphinx:
python:
install:
- requirements: requirements-docs.txt
\ No newline at end of file
- requirements: requirements-docs.txt
......@@ -96,7 +96,7 @@ autodoc_mock_imports = [
"psutil",
"prometheus_client",
"sentencepiece",
"lightllm" "numpy",
"lightllmnumpy",
"tqdm",
"tensorizer",
]
......@@ -104,9 +104,7 @@ autodoc_mock_imports = [
for mock_target in autodoc_mock_imports:
if mock_target in sys.modules:
logger.info(
"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.",
"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.",
mock_target,
)
......
# comfyui部署
xxx
\ No newline at end of file
xxx
# gradio部署
xxx
\ No newline at end of file
xxx
# 本地windows电脑部署
xxx
\ No newline at end of file
xxx
# 低延迟场景部署
xxx
\ No newline at end of file
xxx
# 低资源场景部署
xxx
\ No newline at end of file
xxx
......@@ -44,7 +44,7 @@
comfyui部署 <deploy_guides/deploy_comfyui.md>
本地windows电脑部署 <deploy_guides/deploy_local_windows.md>
.. 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