Skip to content

Commit

Permalink
upgrade ipex cpu to fix coredump in tiiuae/falcon-7b-instruct (pageat… (
Browse files Browse the repository at this point in the history
#2778)

upgrade ipex cpu to fix coredump in tiiuae/falcon-7b-instruct (pageattention)

Signed-off-by: Wang,Yi A <[email protected]>
  • Loading branch information
sywangyi authored Nov 26, 2024
1 parent 72ab60f commit 892a26e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile_intel
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,10 @@ RUN pip install triton py-libnuma

WORKDIR /usr/src

RUN git clone https://github.com/intel/intel-extension-for-pytorch && cd intel-extension-for-pytorch && git checkout 2e1c98f74ec1b35ad8dd1ebe7dd4b25470f2fd41
RUN git clone https://github.com/intel/intel-extension-for-pytorch && cd intel-extension-for-pytorch && git checkout b7b552baf64283b594665b8687430fe92990e497
RUN git clone https://github.com/intel/torch-ccl.git && cd torch-ccl && git checkout v2.4.0+cpu+rc0

RUN sed -i 's/VERSION_MINOR 6/VERSION_MINOR 5/' intel-extension-for-pytorch/version.txt
RUN cd intel-extension-for-pytorch && git submodule sync && git submodule update --init --recursive && python setup.py install

RUN cd torch-ccl && git submodule sync && git submodule update --init --recursive && pip install .
Expand Down

0 comments on commit 892a26e

Please sign in to comment.