move llama core into hf-embed

This commit is contained in:
Paul Gauthier 2024-07-10 17:44:26 +01:00
parent 504a72b5cb
commit 9e3eb4fce5
8 changed files with 26 additions and 113 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .[hf-embed]
- name: Run tests
run: |

View file

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .[hf-embed]
- name: Run tests
run: |