TomatoeAI commited on
Commit
cbdbdf6
·
verified ·
1 Parent(s): 082e2ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -8,14 +8,14 @@ RUN pip install -U huggingface_hub
8
 
9
  # モデルのダウンロード
10
  RUN python3 -c 'from huggingface_hub import hf_hub_download; \
11
- hf_hub_download(repo_id="Tesslate/OmniCoder-9B-GGUF", \
12
- filename="omnicoder-9b-q4_k_s.gguf", \
13
  local_dir="/app", \
14
  local_dir_use_symlinks=False)'
15
 
16
  # 設定
17
  CMD ["--server", \
18
- "-m", "/app/omnicoder-9b-q4_k_s.gguf", \
19
  "--host", "0.0.0.0", \
20
  "--port", "7860", \
21
  "-t", "2", \
 
8
 
9
  # モデルのダウンロード
10
  RUN python3 -c 'from huggingface_hub import hf_hub_download; \
11
+ hf_hub_download(repo_id="bartowski/Tesslate_OmniCoder-9B-GGUF", \
12
+ filename="Tesslate_OmniCoder-9B-IQ4_NL.gguf", \
13
  local_dir="/app", \
14
  local_dir_use_symlinks=False)'
15
 
16
  # 設定
17
  CMD ["--server", \
18
+ "-m", "/app/Tesslate_OmniCoder-9B-IQ4_NL.gguf", \
19
  "--host", "0.0.0.0", \
20
  "--port", "7860", \
21
  "-t", "2", \