Skip to content

Conversation

@qiacheng
Copy link
Contributor

No description provided.

qiacheng and others added 15 commits August 7, 2024 17:41
**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.

![image](https://github.com/user-attachments/assets/337946e1-407f-4d41-acf0-87ae8df14741)

**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:

![image](https://github.com/user-attachments/assets/60135867-d46a-4968-aea9-026cf73f9d7b)


**Checklist:**

- [ ] I have tested the changes locally.
- [X] I have self-reviewed the code changes.
- [X] I have updated the documentation, if necessary.
@qiacheng qiacheng changed the title update requirements.txt and added realesrgan patch script for torchvision 2.3 update requirements.txt, realesrgan patch, dropdown list for language selection, theme changes Sep 26, 2024
@qiacheng qiacheng requested a review from Nuullll September 26, 2024 04:54
@qiacheng qiacheng merged commit 25ef470 into main Sep 26, 2024
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants