makefile change

This commit is contained in:
John Jones 2023-09-10 21:29:55 -04:00
parent 010a3cbe81
commit 30b7b1588b

View file

@ -414,3 +414,6 @@ tests/test-sampling: tests/test-sampling.cpp build-info.h ggml.o llama.o common.
tests/test-tokenizer-0: tests/test-tokenizer-0.cpp build-info.h ggml.o llama.o common.o $(OBJS)
$(CXX) $(CXXFLAGS) $(filter-out %.txt,$^) -o $@ $(LDFLAGS)
docker:
docker build . -t ghcr.io/johnjones4/llama.cpp-$(shell uname | tr '[:upper:]' '[:lower:]')-$(shell uname -m | tr '[:upper:]' '[:lower:]')