[Bugfix] fix a obvious logic error (#18254)

This commit is contained in:
linhaifeng
2026-02-05 05:59:58 +08:00
committed by GitHub
parent efbf39583e
commit c1d5cc3b24
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ dependencies = [
"aiohttp",
"apache-tvm-ffi>=0.1.5,<0.2",
"anthropic>=0.20.0",
"av ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' and platform_machine == 'armv7l')",
"av ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'armv7l')",
"blobfile==3.0.0",
"build",
"compressed-tensors",