File tree 2 files changed +2
-2
lines changed
llama-index-integrations/llms/llama-index-llms-ipex-llm
llama_index/llms/ipex_llm
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ class IpexLLM(CustomLLM):
123
123
is_chat_model : bool = Field (
124
124
default = False ,
125
125
description = (
126
- LLMMetadata .__fields__ ["is_chat_model" ].field_info . description
126
+ LLMMetadata .__fields__ ["is_chat_model" ].description
127
127
+ " Be sure to verify that you either pass an appropriate tokenizer "
128
128
"that can convert prompts to properly formatted chat messages or a "
129
129
"`messages_to_prompt` that does so."
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ license = "MIT"
30
30
name = " llama-index-llms-ipex-llm"
31
31
packages = [{include = " llama_index/" }]
32
32
readme = " README.md"
33
- version = " 0.3.0 "
33
+ version = " 0.3.1 "
34
34
35
35
[tool .poetry .dependencies ]
36
36
python = " >=3.9,<3.12"
You can’t perform that action at this time.
0 commit comments