[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/abetlen/llama-cpp-python
	fetch = +refs/heads/*:refs/remotes/origin/*
[gc]
	auto = 0
[includeIf "gitdir:/home/runner/work/llama-cpp-python/llama-cpp-python/.git"]
	path = /home/runner/work/_temp/git-credentials-0962db24-4f45-4e56-aff3-fcf6ee8b85c3.config
[includeIf "gitdir:/home/runner/work/llama-cpp-python/llama-cpp-python/.git/worktrees/*"]
	path = /home/runner/work/_temp/git-credentials-0962db24-4f45-4e56-aff3-fcf6ee8b85c3.config
[includeIf "gitdir:/github/workspace/.git"]
	path = /github/runner_temp/git-credentials-0962db24-4f45-4e56-aff3-fcf6ee8b85c3.config
[includeIf "gitdir:/github/workspace/.git/worktrees/*"]
	path = /github/runner_temp/git-credentials-0962db24-4f45-4e56-aff3-fcf6ee8b85c3.config
[submodule "vendor/llama.cpp"]
	active = true
	url = https://github.com/ggml-org/llama.cpp.git
