matthoffner commited on
Commit
66a6a81
·
1 Parent(s): a3daf27

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN pip install --upgrade pip && \
15
 
16
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
17
  RUN apt-get install git-lfs
18
- RUN git clone https://huggingface.co/TheBloke/wizardLM-7B-GGML
19
 
20
  COPY . .
21
  RUN ls -al
 
15
 
16
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
17
  RUN apt-get install git-lfs
18
+ RUN git clone -b previous_llama_ggmlv2 https://huggingface.co/TheBloke/wizardLM-7B-GGML
19
 
20
  COPY . .
21
  RUN ls -al