Skip to content

Commit

Permalink
Remove native_int4 in LangChain examples (#10510)
Browse files Browse the repository at this point in the history
* rebase the modify to ipex-llm

* modify the typo
  • Loading branch information
hxsz1997 authored Mar 27, 2024
1 parent 924e01b commit d86477f
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 467 deletions.
5 changes: 0 additions & 5 deletions python/llm/example/CPU/LangChain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,3 @@ python transformers_int4/voiceassistant.py -m <path_to_model> [-q <your_question
- `-x MAX_NEW_TOKENS`: the max new tokens of model tokens input
- `-l LANGUAGE`: you can specify a language such as "english" or "chinese"
- `-d True|False`: whether the model path specified in -m is saved low bit model.


### Legacy (Native INT4 examples)

IPEX also provides langchain integrations using native INT4 mode. Those examples can be foud in [native_int4](./native_int4/) folder. For detailed instructions of settting up and running `native_int4` examples, refer to [Native INT4 Examples README](./README_nativeint4.md).
128 changes: 0 additions & 128 deletions python/llm/example/CPU/LangChain/README_nativeint4.md

This file was deleted.

File renamed without changes.
110 changes: 0 additions & 110 deletions python/llm/example/CPU/LangChain/native_int4/docqa.py

This file was deleted.

82 changes: 0 additions & 82 deletions python/llm/example/CPU/LangChain/native_int4/streamchat.py

This file was deleted.

Loading

0 comments on commit d86477f

Please sign in to comment.