[Bugfix] fix a obvious logic error (#18254)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user