fixed Makefile
Browse files
Makefile
CHANGED
@@ -23,6 +23,7 @@ ifeq ("$(PORT)", "")
|
|
23 |
openllm start llama --model-id meta-llama/Llama-2-7b-chat-hf
|
24 |
else
|
25 |
openllm start llama --model-id meta-llama/Llama-2-7b-chat-hf --port=${PORT}
|
|
|
26 |
|
27 |
ingest:
|
28 |
python ingest.py
|
|
|
23 |
openllm start llama --model-id meta-llama/Llama-2-7b-chat-hf
|
24 |
else
|
25 |
openllm start llama --model-id meta-llama/Llama-2-7b-chat-hf --port=${PORT}
|
26 |
+
endif
|
27 |
|
28 |
ingest:
|
29 |
python ingest.py
|