usermma commited on
Commit
3c27657
·
verified ·
1 Parent(s): 39bf388

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN python3 -c 'from huggingface_hub import hf_hub_download; \
21
  hf_hub_download(repo_id=repo, filename="mmproj-LFM2.5-VL-1.6b-Q8_0.gguf")'
22
 
23
  CMD ["--server", \
24
- "-m", "/app/LFM2.5-1.2B-Instruct-Q8_0.gguf", \
25
  "--mmproj", "/app/mmproj-LFM2.5-VL-1.6b-Q8_0.gguf", \
26
  "--host", "0.0.0.0", \
27
  "--port", "7860", \
 
21
  hf_hub_download(repo_id=repo, filename="mmproj-LFM2.5-VL-1.6b-Q8_0.gguf")'
22
 
23
  CMD ["--server", \
24
+ "-m", "/app/LFM2.5-VL-1.6B-Q8_0.gguf", \
25
  "--mmproj", "/app/mmproj-LFM2.5-VL-1.6b-Q8_0.gguf", \
26
  "--host", "0.0.0.0", \
27
  "--port", "7860", \