neph1 commited on
Commit
0c78dfd
·
verified ·
1 Parent(s): 172c7d9

use mistral v0.3 version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /home/app
6
 
7
  RUN apt update
8
  RUN apt install -y wget make cmake clang git g++
9
- RUN wget https://huggingface.co/neph1/llama-3.1-instruct-bellman-8b-swedish/resolve/main/gguf/llama-3.1-instruct-bellman-8b-swedish-Q8.gguf?download=true -O model.gguf
10
  RUN git clone https://github.com/ggerganov/llama.cpp
11
  RUN mv llama.cpp llama_temp
12
  RUN mv llama_temp/* .
 
6
 
7
  RUN apt update
8
  RUN apt install -y wget make cmake clang git g++
9
+ RUN wget https://huggingface.co/mradermacher/bellman-mistral-7b-instruct-v0.3-GGUF/blob/main/bellman-mistral-7b-instruct-v0.3.Q5_K_M.gguf?download=true -O model.gguf
10
  RUN git clone https://github.com/ggerganov/llama.cpp
11
  RUN mv llama.cpp llama_temp
12
  RUN mv llama_temp/* .