forked from lihaoyun6/ComfyUI-llama-cpp_vlm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
18 lines (16 loc) · 1.81 KB
/
requirements.txt
File metadata and controls
18 lines (16 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diskcache
scipy
numpy
pillow
gguf
tqdm
# for Windows
llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.22-cu126-Basic-win-20260118/llama_cpp_python-0.3.22-cp310-cp310-win_amd64.whl; python_version == "3.10" and platform_system == "Windows"
llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.22-cu126-Basic-win-20260118/llama_cpp_python-0.3.22-cp311-cp311-win_amd64.whl; python_version == "3.11" and platform_system == "Windows"
llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.22-cu126-Basic-win-20260118/llama_cpp_python-0.3.22-cp312-cp312-win_amd64.whl; python_version == "3.12" and platform_system == "Windows"
llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.22-cu126-Basic-win-20260118/llama_cpp_python-0.3.22-cp313-cp313-win_amd64.whl; python_version == "3.13" and platform_system == "Windows"
# for Linux
llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.22-cu126-Basic-win-20260118/llama_cpp_python-0.3.22-cp310-cp310-linux_amd64.whl; python_version == "3.10" and platform_system == "Linux"
llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.22-cu126-Basic-win-20260118/llama_cpp_python-0.3.22-cp311-cp311-linux_amd64.whl; python_version == "3.11" and platform_system == "Linux"
llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.22-cu126-Basic-win-20260118/llama_cpp_python-0.3.22-cp312-cp312-linux_amd64.whl; python_version == "3.12" and platform_system == "Linux"
llama-cpp-python @ https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.22-cu126-Basic-win-20260118/llama_cpp_python-0.3.22-cp313-cp313-linux_amd64.whl; python_version == "3.13" and platform_system == "Linux"