Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions autodoc-repo-chat-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"rich>=13.9.4",
"docutils>=0.21.2",
"aiofiles>=24.1.0",
"modular>=25.3.0",
"modular>=25.6.0",
"poethepoet>=0.35.0",
]

Expand All @@ -28,7 +28,7 @@ requires = ["hatchling"]
packages = ["."]

[tool.poe.tasks]
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" } }
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" } }
agent = { cmd = "python main.py", env = { TOKENIZERS_PARALLELISM = "false" } }
clean = "rm -rf ./docs repo_content.json || true"
tests = "echo 'test passed'"
Loading