gfjiogopdfgdfs commited on
Commit
a1d1914
·
verified ·
1 Parent(s): a369b1f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -23,9 +23,9 @@ RUN python3 -m pip install aphrodite-engine
23
  RUN pip install huggingface-hub hf-transfer
24
 
25
  ENV HF_HUB_ENABLE_HF_TRANSFER=1
26
- RUN huggingface-cli download TheBloke/TinyLlama-1.1B-Chat-v1.0-GPTQ --local-dir $HOME/goliath-gptq --local-dir-use-symlinks False --cache-dir $HOME/cache
27
 
28
 
29
  EXPOSE 7860
30
  # Should expose on all network interfaces so 0.0.0.0 not only localhost
31
- CMD /bin/bash -c "/bin/python3 -m aphrodite.endpoints.kobold.api_server $ENGINE_ARGS --port 7860 --host 0.0.0.0 --model ~/goliath-gptq"
 
23
  RUN pip install huggingface-hub hf-transfer
24
 
25
  ENV HF_HUB_ENABLE_HF_TRANSFER=1
26
+ RUN huggingface-cli download TheBloke/goliath-120b-GPTQ --local-dir $HOME/goliath-gptq --local-dir-use-symlinks False --cache-dir $HOME/cache
27
 
28
 
29
  EXPOSE 7860
30
  # Should expose on all network interfaces so 0.0.0.0 not only localhost
31
+ CMD /bin/bash -c "/bin/python3 -m aphrodite.endpoints.openai.api_server $ENGINE_ARGS --port 7860 --host 0.0.0.0 --model ~/goliath-gptq"