Skip to content

Commit cc77ed7

Browse files
authored
Update IpexLLM base.py (#18200)
1 parent bf0c174 commit cc77ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llama-index-integrations/llms/llama-index-llms-ipex-llm/llama_index/llms/ipex_llm/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class IpexLLM(CustomLLM):
123123
is_chat_model: bool = Field(
124124
default=False,
125125
description=(
126-
LLMMetadata.__fields__["is_chat_model"].field_info.description
126+
LLMMetadata.__fields__["is_chat_model"].description
127127
+ " Be sure to verify that you either pass an appropriate tokenizer "
128128
"that can convert prompts to properly formatted chat messages or a "
129129
"`messages_to_prompt` that does so."

llama-index-integrations/llms/llama-index-llms-ipex-llm/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ license = "MIT"
3030
name = "llama-index-llms-ipex-llm"
3131
packages = [{include = "llama_index/"}]
3232
readme = "README.md"
33-
version = "0.3.0"
33+
version = "0.3.1"
3434

3535
[tool.poetry.dependencies]
3636
python = ">=3.9,<3.12"

0 commit comments

Comments
 (0)