dh-mc commited on
Commit
a467fc0
1 Parent(s): 068c8a2

fixed Makefile

Browse files
Files changed (1) hide show
  1. Makefile +1 -0
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