[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/xhedit/llama-cpp-conv
	fetch = +refs/heads/*:refs/remotes/origin/*
[gc]
	auto = 0
[http "https://github.com/"]
	extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0xOTmo3dkUyZXo4WlhSaHd4bDlJeFplN0V0T1o1UDNxMjM5VA==
[branch "redev"]
	remote = origin
	merge = refs/heads/redev
[submodule "vendor/llama.cpp"]
	active = true
	url = https://github.com/ggerganov/llama.cpp.git
