2024-04-05 15:39:17 +08:00
|
|
|
# Common dependencies
|
|
|
|
-r requirements-common.txt
|
|
|
|
|
|
|
|
# Dependencies for x86_64 CPUs
|
2024-04-30 08:05:47 +08:00
|
|
|
torch == 2.3.0+cpu
|
2024-04-15 08:43:54 +08:00
|
|
|
triton >= 2.2.0 # FIXME(woosuk): This is a hack to avoid import error.
|