We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556b21b commit ff11ffbCopy full SHA for ff11ffb
comps/llms/src/text-generation/Dockerfile.intel_hpu_phi4
@@ -21,7 +21,8 @@ COPY comps /home/user/comps
21
22
ARG uvpip='uv pip install --system --no-cache-dir'
23
RUN pip install --no-cache-dir --upgrade pip setuptools uv && \
24
- pip install --no-cache-dir optimum-habana==1.18.0 && \
+ pip install --no-cache-dir optimum-habana==1.18.1 && \
25
+ pip install --no-cache-dir torch && \
26
pip install --no-cache-dir git+https://github.com/HabanaAI/[email protected]
27
28
WORKDIR /home/user/comps/llms/src/text-generation
0 commit comments