llama-cpp-turboquant/.gitmodules
Alejandro Saucedo e3e111e07f UPdated modules
2020-11-01 13:44:06 +00:00

16 lines
482 B
Text

[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest
branch = release-1.10.0
[submodule "external/Vulkan-Headers"]
path = external/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
branch = v1.2.158
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
branch = v1.8.1
[submodule "pybind/pybind11"]
path = pybind/pybind11
url = https://github.com/pybind/pybind11