Skip to content

Commit a099280

Browse files
authoredOct 17, 2024
Merge branch 'huggingface:main' into misprint
2 parents a2d2d4a + f7b5b54 commit a099280

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+6139
-2007
lines changed
 

‎.github/workflows/build_pr_documentation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Setup environment
3232
run: |
33+
python -m venv venv-doc
34+
source venv-doc/bin/activate
3335
pip uninstall -y doc-builder
3436
cd doc-builder
3537
git pull origin main

‎.github/workflows/test_ipex.yml

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
pip install Pillow parameterized
4444
pip install transformers[testing]==${{ matrix.transformers-version }}
4545
pip install .[ipex]
46+
47+
- if: ${{ matrix.ipex-version == '2.2.0' }}
48+
run: pip install numpy==1.*
49+
4650
- name: Test with Pytest
4751
run: |
4852
pytest tests/ipex/

0 commit comments

Comments
 (0)