requirements-cpu.txt 163 B

123456
  1. # Common dependencies
  2. -r requirements-common.txt
  3. # Dependencies for x86_64 CPUs
  4. torch == 2.3.0+cpu
  5. triton >= 2.2.0 # FIXME: This is a hack to avoid import error.