[Bugfix] fix a obvious logic error (#18254)
This commit is contained in:
@@ -19,7 +19,7 @@ dependencies = [
|
|||||||
"aiohttp",
|
"aiohttp",
|
||||||
"apache-tvm-ffi>=0.1.5,<0.2",
|
"apache-tvm-ffi>=0.1.5,<0.2",
|
||||||
"anthropic>=0.20.0",
|
"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",
|
"blobfile==3.0.0",
|
||||||
"build",
|
"build",
|
||||||
"compressed-tensors",
|
"compressed-tensors",
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"torch==2.9.0",
|
"torch==2.9.0",
|
||||||
"torchcodec==0.8.0 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')", # torchcodec does not exist in those systems. If not provided, transformer will use torchvision instead by default.
|
"torchcodec==0.8.0 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')", # torchcodec does not exist in those systems. If not provided, transformer will use torchvision instead by default.
|
||||||
"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')",
|
||||||
"torchaudio==2.9.0",
|
"torchaudio==2.9.0",
|
||||||
"torchvision",
|
"torchvision",
|
||||||
"sgl-kernel @ git+https://github.com/sgl-project/sgl-kernel-xpu.git",
|
"sgl-kernel @ git+https://github.com/sgl-project/sgl-kernel-xpu.git",
|
||||||
|
|||||||
Reference in New Issue
Block a user