Skip to content

Commit 66f6ffe

Browse files
authoredJul 8, 2024
Update GPU HF-Transformers example structure (#11526)
1 parent f9a1999 commit 66f6ffe

File tree

142 files changed

+164
-164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+164
-164
lines changed
 

‎README.md

+62-62
Large diffs are not rendered by default.

‎docker/llm/inference/xpu/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRO
5353
# Download all-in-one benchmark and examples
5454
git clone https://github.com/intel-analytics/ipex-llm && \
5555
cp -r ./ipex-llm/python/llm/dev/benchmark/ ./benchmark && \
56-
cp -r ./ipex-llm/python/llm/example/GPU/HF-Transformers-AutoModels/Model ./examples && \
56+
cp -r ./ipex-llm/python/llm/example/GPU/HuggingFace/LLM ./examples && \
5757
# Install vllm dependencies
5858
pip install --upgrade fastapi && \
5959
pip install --upgrade "uvicorn[standard]" && \

0 commit comments

Comments
 (0)