-
Notifications
You must be signed in to change notification settings - Fork 71
update requirements.txt, realesrgan patch, dropdown list for language selection, theme changes #66
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
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
Update issue templates
**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.
**Description:** [Coverity Scan enabled](https://scan.coverity.com/projects/ai-playground) **Checklist:** - [x] I have tested the changes locally. - [x] I have self-reviewed the code changes. - [x] I have updated the documentation, if necessary.
Added localization for Korean. Signed-off-by: 3ae3ae <ogyshjsm@naver.com>
**Description:** This PR fixes two issues in preparation of the upcoming LNL release. **Changes Made:** Improvements: - Language selection: Replace radio buttons with a picklist for better scalability with more language options - Move UI settings configuration to settings.json: Remove user choice, settings are now predefined and loaded at startup **Testing Done:** The changes have been tested on an Intel® Arc™ A750 system. **Checklist:** - [x] I have tested the changes locally. - [x] I have self-reviewed the code changes. - [ ] I have updated the documentation, if necessary.
* Fix spelling of Learn More **Description:** The `WebUI/src/views/LearnMore.vue` said "Leam More", fixing the spelling of Learn **Changes Made:** Trivial replacement of Leam for Learn (`sed -i 's/Leam/Learn/g' WebUI/src/views/LearnMore.vue`) **Screenshots:** These are the strings I am trying to change:  **Checklist:** - [ ] 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
… selection, theme changes (intel#66) Signed-off-by: 3ae3ae <ogyshjsm@naver.com> Co-authored-by: Guo, Yilong <yilong.guo@intel.com> Co-authored-by: Markus Schüttler <94831444+mschuettlerTNG@users.noreply.github.com> Co-authored-by: 3ae3ae <83870598+3ae3ae@users.noreply.github.com> Co-authored-by: DanielHirschTNG <166369190+DanielHirschTNG@users.noreply.github.com> Co-authored-by: Nicolas Oliver <dario.n.oliver@intel.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.
No description provided.