Skip to content

Commit 490bc8f

Browse files
authored
[autodoc agent] Bump to Modular 25.6 (#90)
1 parent a779098 commit 490bc8f

File tree

2 files changed

+380
-296
lines changed

2 files changed

+380
-296
lines changed

autodoc-repo-chat-agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"rich>=13.9.4",
1717
"docutils>=0.21.2",
1818
"aiofiles>=24.1.0",
19-
"modular>=25.3.0",
19+
"modular>=25.6.0",
2020
"poethepoet>=0.35.0",
2121
]
2222

@@ -28,7 +28,7 @@ requires = ["hatchling"]
2828
packages = ["."]
2929

3030
[tool.poe.tasks]
31-
server = { cmd = "max serve --model-path Qwen/Qwen2.5-7B-Instruct-1M --max-batch-size 100 --enable-prefix-caching", env = { MAX_SERVE_PORT = "8010", MODULAR_STRUCTURED_LOGGING="False" } }
31+
server = { cmd = "max serve --model Qwen/Qwen2.5-7B-Instruct-1M --max-batch-size 100 --enable-prefix-caching", env = { MAX_SERVE_PORT = "8010", MODULAR_STRUCTURED_LOGGING="False" } }
3232
agent = { cmd = "python main.py", env = { TOKENIZERS_PARALLELISM = "false" } }
3333
clean = "rm -rf ./docs repo_content.json || true"
3434
tests = "echo 'test passed'"

0 commit comments

Comments
 (0)