Makefile-exllamav2 453 Bytes
Newer Older
jixx's avatar
jixx committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
exllamav2_commit := v0.1.8

build-exllamav2:
	git clone https://github.com/turboderp/exllamav2.git exllamav2 && \
	cd exllamav2 && git fetch && git checkout $(exllamav2_commit)  && \
	git submodule update --init --recursive && \
	pip install -r requirements.txt && \
	python setup.py build

install-exllamav2: build-exllamav2
	cd exllamav2/ &&  \
	python setup.py install


# sudo apt-get install libgflags-dev
# sudo apt-get install libgoogle-glog-dev