forked from intel/ipex-llm
-
Notifications
You must be signed in to change notification settings - Fork 0
Created chnges in the main function #14
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
Open
SANKHA1
wants to merge
884
commits into
SANKHA1:release_240807_fix
Choose a base branch
from
intel:main
base: release_240807_fix
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
Conversation
This file contains hidden or 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
* Support install from source for PyTorch 2.6 RC in UT * Remove expecttest
* Update ollama document version and known issue
* Add qwen2-vl example * complete generate.py & readme * improve lint style * update 1-6 * update main readme * Format and other small fixes --------- Co-authored-by: Yuwen Hu <[email protected]>
* Change runtime configurations for perf test on Windows * Small fix
This PR add temporary qtype woq_int4 to avoid affecting other qtype and models. Co-authored-by: leonardozcm <[email protected]>
* Fix deepseek coder with linear rope type * Style fix * Move to optimize_pre * Small fix * Small fix * Small fix to not affect other cases * Style fixes * Update function name * Small fix * Small fix * Small fix * Fix for low transformers version first * Style fix * Small fix
* Update Deepseek coder GPU example * Fix based on comment
* fix error * update dockerfile
* init * remove * fix
* fix glm4v int4 output error * fix glm-4v qwen2.5-vl fp16 error * update
* fix * format
Co-authored-by: gc-fu <[email protected]>
* fix trl import when not running speculative * fix style
* support torch_fp8
* add phi4 * update * enable audio * update and add readme
Co-authored-by: gc-fu <[email protected]>
Signed-off-by: Xue, Zhan <[email protected]>
* update llama.cpp version
Fix the wrong QuickStart URLs in NPU `Save-Load/README.md`. Signed-off-by: Emmanuel Ferdman <[email protected]>
* update quickstart md related to llama.cpp/ollama * update troubleshooting * update quickstart/troubleshooting according to RuonanWang's comments
…cpp portable zip (#13274) * Add note about avoiding sourcing oneAPI * Move note ahead of cli
Signed-off-by: liu-shaojun <[email protected]>
…age (#13305) * Fix PSIRT Vulnerability - Dependency Confusion in oneccl_bind_pt package * update --------- Co-authored-by: YongZhuIntel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
1. Why the change?
2. User API changes
3. Summary of the change
4. How to test?
1234
). And paste your action link here once it has been successfully finished.5. New dependencies
- Dependency1
- Dependency2
- ...
- Dependency1 and license1
- Dependency2 and license2
- ...