forked from oobabooga/text-generation-webui
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ipex llm upstream #33
Open
hkvision
wants to merge
42
commits into
dev
Choose a base branch
from
ipex-llm-upstream
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
c3e0fcf
Merge pull request #4927 from oobabooga/dev
oobabooga 443be39
Merge pull request #4937 from oobabooga/dev
oobabooga 7be0983
Merge pull request #4961 from oobabooga/dev
oobabooga b28020a
Merge pull request #4980 from oobabooga/dev
oobabooga 781367b
Merge pull request #4988 from oobabooga/dev
oobabooga 71eb744
Merge pull request #5002 from oobabooga/dev
oobabooga 5b791ca
Merge pull request #5005 from oobabooga/dev
oobabooga c1f78db
Merge pull request #5011 from oobabooga/dev
oobabooga 489f4a2
Merge pull request #5012 from oobabooga/dev
oobabooga 11288d1
Merge pull request #5022 from oobabooga/dev
oobabooga 4b25acf
Merge pull request #5039 from oobabooga/dev
oobabooga af87609
Merge pull request #5073 from oobabooga/dev
oobabooga 19d1374
Merge pull request #5078 from oobabooga/dev
oobabooga 3fd7073
Merge pull request #5100 from oobabooga/dev
oobabooga 3e3a66e
Merge pull request #5132 from oobabooga/dev
oobabooga 3f28925
Merge pull request #5152 from oobabooga/dev
oobabooga c54d1da
Merge pull request #5163 from oobabooga/dev
oobabooga 8ea3f31
Merge pull request #5181 from oobabooga/dev
oobabooga e169993
Merge pull request #5195 from oobabooga/dev
oobabooga ad1ff53
Merge pull request #5199 from oobabooga/dev
oobabooga 2dc8db8
Merge pull request #5220 from oobabooga/dev
oobabooga 61e4bfe
Merge pull request #5253 from oobabooga/dev
oobabooga d8c3a5b
Merge pull request #5266 from oobabooga/dev
oobabooga 1343aa3
Merge pull request #5347 from oobabooga/dev
oobabooga 837bd88
Merge pull request #5348 from oobabooga/dev
oobabooga e7a760e
Merge pull request #5379 from oobabooga/dev
oobabooga 4f3fdf1
Merge pull request #5404 from oobabooga/dev
oobabooga a329db0
Merge pull request #5452 from oobabooga/dev
oobabooga 0f134bf
Merge pull request #5453 from oobabooga/dev
oobabooga dc6adef
Merge pull request #5496 from oobabooga/dev
oobabooga 771c592
Merge pull request #5502 from oobabooga/dev
oobabooga dd46229
Merge pull request #5530 from oobabooga/dev
oobabooga 7838075
Merge pull request #5534 from oobabooga/dev
oobabooga d6bb6e7
Merge pull request #5549 from oobabooga/dev
oobabooga ba85271
Merge pull request #5574 from oobabooga/dev
oobabooga 60f3d87
Merge pull request #5617 from oobabooga/dev
oobabooga c53bafe
Add bigdl-llm loader to bigdl-upstream (#17)
chtanch d017a8f
Update style for upstream requests (#27)
hkvision 58f4be0
Fix load_in_4bit and load_in_low_bit not taking effect in UI (#28)
hkvision 7168290
Add dependency to requirements (#32)
hkvision babe8dd
Merge branch 'dev' into ipex-llm-upstream
hkvision 1608c01
Remove some arguments (#35)
hkvision File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,8 @@ tensorboard | |
transformers==4.39.* | ||
tqdm | ||
wandb | ||
py-cpuinfo | ||
ipex-llm | ||
|
||
# API | ||
SpeechRecognition==3.10.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ tensorboard | |
transformers==4.39.* | ||
tqdm | ||
wandb | ||
py-cpuinfo | ||
ipex-llm | ||
|
||
# API | ||
SpeechRecognition==3.10.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ tensorboard | |
transformers==4.39.* | ||
tqdm | ||
wandb | ||
py-cpuinfo | ||
ipex-llm | ||
|
||
# API | ||
SpeechRecognition==3.10.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,8 @@ tensorboard | |
transformers==4.39.* | ||
tqdm | ||
wandb | ||
py-cpuinfo | ||
ipex-llm | ||
|
||
# API | ||
SpeechRecognition==3.10.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ tensorboard | |
transformers==4.39.* | ||
tqdm | ||
wandb | ||
py-cpuinfo | ||
ipex-llm | ||
|
||
# API | ||
SpeechRecognition==3.10.0 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"using bitsandbytes or ipex-llm" is a bit confusing. Should we tell user in which case to use bitesandbytes and in which case ipex-llm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No which case? If one is using bitsandbytes or ipex-llm, this argument will both take effect.