"vllm/vscode:/vscode.git/clone" did not exist on "d9408ffba3c8da5e289b5695d507707afce10a2f"
requirements-cpu.txt 281 Bytes
Newer Older
1
2
3
4
# Common dependencies
-r requirements-common.txt

# Dependencies for x86_64 CPUs
5
torch == 2.3.1+cpu
6
torchvision == 0.18.1+cpu   # required for the image processor of phi3v, this must be updated alongside torch
Roy's avatar
Roy committed
7
triton >= 2.2.0  # FIXME(woosuk): This is a hack to avoid import error.