Skip to content

Commit 52a2135

Browse files
authoredMar 28, 2024··
Replace ipex with ipex-llm (#10554)
* fix ipex with ipex_llm * fix ipex with ipex_llm * update * update * update * update * update * update * update * update
1 parent 0a2e820 commit 52a2135

File tree

106 files changed

+127
-122
lines changed

Some content is hidden

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

106 files changed

+127
-122
lines changed
 

‎docker/llm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ After the container is booted, you could get into the container through `docker
6262
docker exec -it my_container bash
6363
```
6464

65-
To run inference using `IPEX-LLM` using cpu, you could refer to this [documentation](https://github.com/intel-analytics/IPEX/tree/main/python/llm#cpu-int4).
65+
To run inference using `IPEX-LLM` using cpu, you could refer to this [documentation](https://github.com/intel-analytics/ipex-llm/tree/main/python/llm#cpu-int4).
6666

6767

6868
#### Getting started with chat

‎docker/llm/finetune/qlora/cpu/kubernetes/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: ipex-fintune-service
2+
name: ipex_llm-fintune-service
33
description: A Helm chart for IPEX-LLM Finetune Service on Kubernetes
44
type: application
55
version: 1.1.27

0 commit comments

Comments
 (0)
Please sign in to comment.