ngxson HF staff commited on
Commit
af5ee17
·
verified ·
1 Parent(s): 2a26a04

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -22,7 +22,9 @@ RUN pip install --no-cache-dir -U pip setuptools wheel && \
22
  bitsandbytes transformers
23
 
24
  COPY --chown=1000 . ${HOME}/app
25
- RUN git clone https://github.com/arcee-ai/mergekit.git && \
 
 
26
  cd mergekit && \
27
  pip install --upgrade pip && \
28
  pip install -e .
 
22
  bitsandbytes transformers
23
 
24
  COPY --chown=1000 . ${HOME}/app
25
+
26
+ # clone from ngxson's fork to support tied embeddings models, see https://github.com/arcee-ai/mergekit/pull/483
27
+ RUN git clone https://github.com/ngxson/mergekit.git -b xsn/tied_embd && \
28
  cd mergekit && \
29
  pip install --upgrade pip && \
30
  pip install -e .