-
Notifications
You must be signed in to change notification settings - Fork 71
[Service] Fix pip requirements.txt #59
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
Merged
Merged
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
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
…anslatable in LTX-Video Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
…os IV Refs: #59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Refs: #59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Refs: #59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Refs: #59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Refs: #59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Refs: #59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
…r in SD Refs: #59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
…r in SD II Refs: #59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
Nuullll
pushed a commit
that referenced
this pull request
Feb 26, 2025
Refs: #59 Signed-off-by: Markus Schuettler <markus.schuettler@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
**Description:**
Fix `requirements.txt` for development setup.
**Changes Made:**
- Use IPEX-LLM stable version `2.1.0` instead of nightly pre-release.
Installation may fail because nightly pre-releases become unavailable
after certain period of time.
```
ERROR: Could not find a version that satisfies the requirement bigdl-core-xe-21==2.5.0b20240705 (from versions: 2.1.0b2, 2.5.0b1, 2.5.0b2, 2.5.0b20240515, 2.5.0, 2.6.0b20240830, 2.6.0b20240831, 2.6.0b20240901, 2.6.0b20240902, 2.6.0b20240903, 2.6.0b20240904, 2.6.0b20240905, 2.6.0b20240906, 2.6.0b20240907, 2.6.0b20240908, 2.6.0b20240909, 2.6.0b20240910, 2.6.0b20240911, 2.6.0b20240912, 2.6.0b20240913, 2.6.0b20240917, 2.6.0b20240918, 2.6.0b20240919)
ERROR: No matching distribution found for bigdl-core-xe-21==2.5.0b20240705
```
- Fix dependency conflicts between `langchain, langchain-community,
langchain_core`.
```
ERROR: Cannot install -r service\requirements-ultra.txt (line 11) and langchain==0.2.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested langchain==0.2.2
langchain-community 0.2.9 depends on langchain<0.3.0 and >=0.2.9
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
ERROR: Cannot install -r service\requirements-ultra.txt (line 10) and langchain_core==0.2.4 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested langchain_core==0.2.4
langchain-community 0.2.9 depends on langchain-core<0.3.0 and >=0.2.22
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
```
- Uplift IPEX version to `2.1.40`
- Update README
**Testing Done:**
Phi-3-mini works with a fresh environment setup on Intel(R) Core(TM)
Ultra 5 125H system.

**Checklist:**
- [x] I have tested the changes locally.
- [x] I have self-reviewed the code changes.
- [x] I have updated the documentation, if necessary.
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
…ls translatable in LTX-Video Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
…os IV Refs: intel#59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Refs: intel#59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Refs: intel#59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Refs: intel#59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Refs: intel#59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Refs: intel#59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
…r in SD Refs: intel#59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
…r in SD II Refs: intel#59 Signed-off-by: julianbollig <julian.bollig@tngtech.com>
EffortlessSteven
pushed a commit
to zimm0140/AI-Playground
that referenced
this pull request
Mar 27, 2025
Refs: intel#59 Signed-off-by: Markus Schuettler <markus.schuettler@tngtech.com>
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:
Fix
requirements.txtfor development setup.Changes Made:
2.1.0instead of nightly pre-release. Installation may fail because nightly pre-releases become unavailable after certain period of time.langchain, langchain-community, langchain_core.2.1.40Testing Done:
Phi-3-mini works with a fresh environment setup on Intel(R) Core(TM) Ultra 5 125H system.

Checklist: