Camil Ziane commited on
Commit
930e1be
·
1 Parent(s): fcf0cff

init space

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN pip install --upgrade pip # enable PEP 660 support
18
  RUN pip install -e .
19
  COPY --chown=user TinyLLaVA_Factory/ /app
20
 
21
- CMD ["python", "-m", "tinyllava.serve.app", "--model-path", "./tiny-llava-OpenELM-270M-Instruct-aimv2-large-patch14-224-distilled-elm_lora-finetune", "--port", "7860"]
 
18
  RUN pip install -e .
19
  COPY --chown=user TinyLLaVA_Factory/ /app
20
 
21
+ CMD ["python", "-m", "tinyllava.serve.app", "--model-path", "./tiny-llava-OpenELM-270M-Instruct-aimv2-large-patch14-224-distilled-elm_lora-finetune", "--port", "7860", "--device", "cpu"]